MastodonHelp/web/site/.htaccess
2023-11-02 08:17:03 +01:00

4 lines
124 B
ApacheConf

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