pravinhirmukhe/bachatgat/master/.htaccess - Htaccess File

pravinhirmukhe/bachatgat/master/.htaccess

RewriteEngine On
RewriteBase /bachatgat/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond $1 !^(index.php|img|css|public|tmp|download|javascript|rte|document|xajax_js|robots.txt)
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache