12 lines
244 B
ApacheConf
Executable File
12 lines
244 B
ApacheConf
Executable File
Options +FollowSymlinks
|
|
|
|
AddDefaultCharset UTF-8
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
|
</IfModule> |