summaryrefslogtreecommitdiff
path: root/localwebsite/htdocs/.htaccess
blob: c18b13580d00e833bf64beff2fc611a295a3c594 (plain)
1
2
3
4
5
6
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/server-status
RewriteRule ^.*$ /index.php [L,QSA]