blumanski/bang_base/master/app/backend/public/.htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.(js|ico|gif|jpg|jpeg|png|css|html|swf|flv|xml)$
RewriteRule ^([^?]*)$ /index.php [NC,L]
<IfModule mod_deflate.c>
<FilesMatch ".(html|php|txt|xml|js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Files
