Advertisement
Guest User

Untitled

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