Advertisement
luisg_muniz

Apache/Rewrite

Apr 9th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTPS} =on
  3. RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [L,R,NE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement