MastodonStartpage/web/.htaccess
pezcurrel a97e3de1be ...
2020-05-01 06:51:22 +02:00

5 lines
148 B
ApacheConf

RewriteEngine On
RewriteBase /mastostart
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [L,QSA]