Files
xeorl/htdocs/.htaccess
2025-02-05 03:51:15 +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]