Integration de assetic

This commit is contained in:
franck
2013-06-17 15:36:05 +02:00
parent 088f5a3402
commit 9d8c07775b
41 changed files with 10040 additions and 0 deletions

10
web/.htaccess Normal file
View 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>