Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteEngine on
  4. RewriteCond %{HTTP_HOST} !^www.yourdomain.com$ [NC]
  5. RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
  6.  
  7. RewriteEngine on
  8. RewriteCond %{HTTP_HOST} !^yourdomain.com$ [NC]
  9. RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement