giorgosbarkos2/mambo/master/web/.htaccess
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
# Explicitly disable rewriting for front controllers
RewriteRule ^app_dev.php - [L]
RewriteRule ^app.php - [L]
RewriteCond %{REQUEST_FILENAME} !-f
# Change below before deploying to production
#RewriteRule ^(.*)$ app.php [QSA,L]
RewriteRule ^(.*)$ app_dev.php [QSA,L]
</IfModule>
<ifmodule mod_expires.c>
<FilesMatch ".(js|css)$">
ExpiresDefault A604800
Header append Cache-Control "public"
</FilesMatch>
</ifmodule>
On Github License
Files
Download PDF of Htaccess file