modify .htaccess

This commit is contained in:
Manuel Raynaud
2013-06-18 12:02:20 +02:00
parent 8daea97d3f
commit 234d74b9eb

1
web/.htaccess Normal file → Executable file
View File

@@ -5,6 +5,5 @@ AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /thelia2
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
</IfModule>