MastodonHelp/web/site/.htaccess

5 lines
124 B
ApacheConf
Raw Normal View History

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