<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Shorter share links: getting rid of index.php</title>
        <link>https://tube.io18.eu/videos/watch/b96ac3f4-3b10-44ed-8327-7fd4e8225fce</link>
        <description>By default, Nextcloud share links look like mynextcloud.com/index.php/s/20v0rfzow20 By removing the 'index.php' part, the links get much shorter! mynextcloud.com/s/20v0rfzow20 How? A few server settings is all it takes. Watch the video! Enable the rewrite and env modules in Apache: a2enmod rewrite a2enmod env Enable AllowOverride in the Apache config: vi /etc/apache2/apache2.conf Directory /var/www/ Options Indexes FollowSymLinks AllowOverride None ---- to All Require all granted /Directory Add RewriteBase "/" to the Nextcloud config: cd /var/www/html/ sudo -u www-data ./occ config:system:set htaccess.RewriteBase  --value / NOTE that / should be where Nextcloud is installed; that can be /nextcloud, for example. And if you've configured your webroot to be /var/www/html/nextcloud it is / again sudo -u www-data ./occ maintenance:update:htaccess Restart the webserver: service apache2 restart Thanks to Lukas for the idea and how-to! Get your nextcloud at nextcloud.com</description>
        <lastBuildDate>Fri, 05 Jun 2026 04:12:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.io18.eu</generator>
        <image>
            <title>Shorter share links: getting rid of index.php</title>
            <url>https://tube.io18.eu/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://tube.io18.eu/videos/watch/b96ac3f4-3b10-44ed-8327-7fd4e8225fce</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.io18.eu/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.io18.eu/feeds/video-comments.xml?videoId=b96ac3f4-3b10-44ed-8327-7fd4e8225fce" rel="self" type="application/rss+xml"/>
    </channel>
</rss>