mshishkov/ritual/master/web/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^/?(.*) http://%1/$1 [L,R=permanent]
RewriteRule ^(css|images|js|fonts|tmp)/(.*)$ bundles/ritual/$1/$2
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app_dev.php [QSA,L]
### Use "app.php" if in production environment
</IfModule>
Files
