McGansWebsite/admin/.htaccess
dotwingssoftware d5a0e0987c 10012023
20230110
2023-01-10 15:11:20 +05:30

4 lines
131 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]