mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 00:02:57 +05:30
6 lines
161 B
ApacheConf
Executable File
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] |