Advertisement
Guest User

Untitled

a guest
Aug 12th, 2010
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteCond ${SERVER_PROTOCOL} !^https [NC]
  2. RewriteCond %{HTTP_HOST} ^www\.(.+)$
  3. RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
  4.  
  5. RewriteCond %{HTTP_HOST} ^www\.(.+)$
  6. RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement