|
Pages: [1] |  |
|
|
Author
|
Topic: 301 redirect (Read 667 times)
|
|
| |
|
 Joined: Jun 2007 Posts: 217
 
 Thailand
|
Jun 05, 2009, 09:41:12 PM | #2 |
| Why do you have so many 302 redirect? This is for temporary moving of files. |
|
|
|
|
 Joined: Sep 2011 Posts: 30
 
United Kingdom
|
Sep 18, 2011, 02:19:28 PM | #3 |
Here is the code for .htaccess everyth to a new domain
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L] |
|
|
|
|
 |
|
Pages: [1]
|
|
|
 |