hooktstudios/revengeanceduchesses/master/min/.htaccess - Htaccess File

hooktstudios/revengeanceduchesses/master/min/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)-(.*).css  index.php?g=$1  [L,NE]
RewriteRule ^(.*)-(.*).js  index.php?g=$1  [L,NE]
</IfModule>
<IfModule mod_env.c>
# In case AddOutputFilterByType has been added
SetEnv no-gzip
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-gzip

Comments

Apache