Menu


How to make a 301 redirect to other domain of all urls



Lets say you want to redirect all addresses like www.example.com/mypage.php (external link) to an other domain www.example2.com/mypage.php (external link)

Here is how to make it. Create or edit the .htaccess file in the redirected domain's (www.example.com) root page and place the following code in it:


RewriteEngine on
RewriteRule (.*) http://example2.com/$1 [R=301,L] 




Apache categories


Apache Installation? | Apache Configuration | Apache Troubleshooting?

Back to > Software



Google Search

 
www.lacisoft.com
WWW
2009-2011 (c) Lacisoft.com