McGansWebsite/admin/.htaccess

4 lines
131 B
ApacheConf
Raw Normal View History

2023-01-10 09:41:20 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]