1
0
Fork 0
MastodonStartpage/web/.htaccess

5 lines
124 B
ApacheConf
Raw Normal View History

2019-12-01 09:07:45 +01:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [L,QSA]