Files
xeorl/htdocs/.htaccess
2024-08-30 15:03:25 +05:30

6 lines
161 B
ApacheConf
Executable File

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