MastodonStartpage/web/.htaccess

6 lines
151 B
ApacheConf
Raw Normal View History

2020-05-01 06:51:22 +02:00
RewriteEngine On
2020-05-07 07:24:56 +02:00
#RewriteBase "/mastostart"
2019-12-01 09:07:45 +01:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [L,QSA]