HurinHall/Boya1/master/.htaccess - Htaccess File

HurinHall/Boya1/master/.htaccess

Rewriteengine on
RewriteCond $1 !^(index.php|css|js|images|fonts|robots.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A600
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType text/css A604800
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType text/plain A86400
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType video/x-flv A2592000
ExpiresByType application/pdf A2592000
ExpiresByType text/html A600
</IfModule>
<ifmodule mod_deflate.c>
AddOutputFilter DEFLATE html xml php js css
</ifmodule>
FileETag none

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache