Files
xeorl/.htaccess
2024-08-29 19:05:53 +05:30

6 lines
161 B
ApacheConf

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