10 lines
185 B
ApacheConf
10 lines
185 B
ApacheConf
Options +FollowSymlinks
|
|
|
|
AddDefaultCharset UTF-8
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
|
|
RewriteBase /thelia2
|
|
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
|
</IfModule> |