| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
handy1
Joined: 28 Jun 2006 Posts: 17 Location: Appleton, WI
|
Posted: Fri Jun 30, 2006 4:25 am Post subject: Question about switch from Able2Know |
|
|
Is there a fix for pages that were indexed under different mod rewrite rules, and then switched mod rewrite formating?
I was using able2know's mod rewrite for a couple of months, and then switched to the advanced mod rewrite from phpbb-seo.com. Though I don't have many pages indexed with Google (just index.php), MSN has indexed quite a bit of my site under the old rewrite rules. Therefore, when someone clicks on a link to my site, referred from msn, they get a 404 error now because my rewrite rules have changed.
Example:
Old rewrite -
| Code: | | www.handymanxchange.com/post-182.html&sid=e351146f58433fe51d64f774bcf7d0a9 |
New rewrite -
| Code: | | http://www.handymanxchange.com/handyman182.html |
I'm sure you can do another rewrite or a redirect in .htaccess, I just don't know how it should be formatted. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Fri Jun 30, 2006 8:27 am Post subject: Re: Question about switch from Able2Know |
|
|
Yes, for the post it's possible.
Add this after the www prefix rule and before the forum's ones :
| Code: | | RewriteRule ^pots-([0-9]+)\.html /handyman$1.html [R=301,L] |
If you migrated from the able2know mod rewrite, then you should disallow the older URLs in your robots.txt.
adding at least this two in it, after the one advised for the advanced mod rewrite :
| Code: | Disallow: /about
Disallow: /forum |
|
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
handy1
Joined: 28 Jun 2006 Posts: 17 Location: Appleton, WI
|
Posted: Fri Jun 30, 2006 2:22 pm Post subject: Re: Question about switch from Able2Know |
|
|
| Thanks much. Your a lifesaver! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |