Integration de assetic
This commit is contained in:
10
web/.htaccess
Normal file
10
web/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
Options +FollowSymlinks
|
||||
|
||||
AddDefaultCharset UTF-8
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
RewriteBase /thelia2
|
||||
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user