opensupports/server/.htaccess

5 lines
121 B
ApacheConf
Raw Normal View History

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2018-10-05 02:41:28 +02:00
RewriteRule .* index.php [PT,L]