Advertisement
WarfaceZ

.htaccess

Feb 10th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     RewriteCond %{HTTP:Accept-Encoding} gzip
  2.     RewriteRule http://%{HTTP_HOST}%{REQUEST_URI} (.*) [QSA,L]
  3.    
  4.     RewriteCond %{HTTPS:Accept-Encoding} deflate
  5.     RewriteRule https://%{HTTP_HOST}%{REQUEST_URI} (.*) [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement