![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: May 2010
Posts: 15
Thanks: 1
Thanked 1 Time in 1 Post
|
Hi, I want to redirect every page on my old site (Wordpress) to a single page on my new site (Wordpress), what is the best htaccess rule to use? I have found rules that permanentlty redirect the index page, but can't find a rule that redirects every page to a single page. Any help would be greatly appreciated! |
| | |
| | #2 |
| Money Making Demon Join Date: May 2011
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
|
A 301 redirect should permanently redirect the whole site. Someone correct me if I'm wrong but I'm 99% sure that's how it works.
|
| | |
| | #3 |
| Warrior Member Join Date: May 2010
Posts: 15
Thanks: 1
Thanked 1 Time in 1 Post
|
That was my understanding too, but I just implemented the following rule and it has only redirected my index page. I know this because if I go to myoldsite . com / Page I am able to view it. Code: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http : //w w w . newdomain . com/$1 [R=301,L] |
| | |
| | #4 |
| Backlink Fanatic War Room Member Join Date: Dec 2009 Location: BacklinkCenter
Posts: 65
Thanks: 6
Thanked 8 Times in 7 Posts
| Code: RedirectMatch 301 ^/.+$ http://www.example.com/ |
| Get Quality Backlinks for a Low Price! - BacklinkCenter.net Your one stop shop for backlinks. Over 400 Forum Profile Links / 130 Blog Comments for €1,- !
| |
| | |
| | #5 |
| Warrior Member Join Date: May 2010
Posts: 15
Thanks: 1
Thanked 1 Time in 1 Post
|
Do I replace my code with that or do I add it to the code? You'll have to forgive me, I'm not too familiar with htaccess!
|
| | |
| | #6 |
| Backlink Fanatic War Room Member Join Date: Dec 2009 Location: BacklinkCenter
Posts: 65
Thanks: 6
Thanked 8 Times in 7 Posts
|
The above will permanently redirect all pages on the current website to the website specified. You won't need other code. If for whatever reason it doesn't work you can try to remove then '301' as it isn't necessary to supply that argument. |
| Get Quality Backlinks for a Low Price! - BacklinkCenter.net Your one stop shop for backlinks. Over 400 Forum Profile Links / 130 Blog Comments for €1,- !
| |
| | |
![]() |
|
| Tags |
| 301, entire, redirect, site |
| Thread Tools | |
| |
![]() |