MastodonHelp/web/site/.htaccess
pezcurrel 5ec1354546 ...
2020-10-18 06:53:27 +02:00

5 lines
151 B
ApacheConf

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