blumanski/bang_base/master/app/backend/public/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME, REQUEST_URI

Comments

Apache