Page 1 of 1

How to rewrite a domain to another domain using .htaccess

Posted: Fri Oct 26, 2012 4:18 pm
by a24uall
How to rewrite a domain to another domain using .htaccess

Redirect arunp.in to google.com
RewriteEngine on
RewriteCond %{HTTP_HOST} ^arunp\.in$ [OR]
RewriteCond %{HTTP_HOST} ^www\.arunp\.in$
RewriteRule ^/?$ "http\:\/\/www\.google\.com\/" [R=301,L]