Advertisement
Guest User

htaccess

a guest
Feb 11th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # rewrite to gz compressor
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_FILENAME} (.*)\.(html|css|js)$
  4. RewriteCond %{REQUEST_FILENAME} -f
  5. RewriteRule ^ gzhandler.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement