Administration/www/.htaccess

4 lines
134 B
ApacheConf
Raw Normal View History

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2020-08-02 09:08:21 +00:00
RewriteRule (.*) index.php?path=$1 [QSA,L]