Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. - (Enter name) www
  2. - (Enter hostname) @
  3.  
  4. Options -Indexes
  5. # Redirect www urls to non-www
  6. RewriteEngine on
  7. RewriteCond %{HTTP_HOST} ^www.example.com [NC]
  8. RewriteRule (.*) http://example.com/$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement