| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
triple
Joined: 18 Dec 2007 Posts: 11 Location: San Cristobal de las Casas - Mexico
|
Posted: Thu Feb 21, 2008 4:25 am Post subject: moving from a subfolder to another with zero dup installed |
|
|
| hi, moving phpbb from a subfolder to another wich kind of 301 redirect i need to use? and on which files? i post in this section beacuse in a precedent moving i use a 301 php code on phpbb root files like portal.php, index.php, viewtopic.php and so on....but with the zero duplicate active how i need to act? thanks |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Thu Feb 21, 2008 10:51 am Post subject: Re: moving from a subfolder to another with zero dup installed |
|
|
You'll need to redirect all of the old dir content to the new one, using something like :
| Code: | | RewriteRule ^old_dir/(.*) /new_dir/$1 [QSA,L,R=301] |
In your .htaccess.
Do some test on two unused dir to make sure it's working before you'll switch. |
_________________
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |