MastodonHelp/web/.htaccess

6 lines
148 B
ApacheConf
Raw Normal View History

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