|
|
How to make a 301 redirect to other domain of all urlsLets say you want to redirect all addresses like www.example.com/mypage.php 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 categoriesApache Installation? | Apache Configuration | Apache Troubleshooting? Back to > Software |
Google SearchLogin |