Advertisement
Locoluis

htaccess

May 6th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} !^yourdomain\.com [NC]
  2. RewriteCond %{HTTP_HOST} !^$
  3. RewriteRule ^/?(.*) http://yourdomain.com/$1 [L,R,NE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement