Adding htaccess file rewrites to fix old cached links?

greenscobie86

Active Member
Established Member
Joined
Apr 2, 2010
Messages
598
Location
NYC
Looks like after the new site has been upgrade the cached links in browsers now break...

Could you guys add an entry to your htaccess file to fix this? (Will help your SEO too)

Example:

OLD LINK >>>>>>>>>>>>>> NEW LINK

http://www.svtperformance.com/forums/2011-2014-mustangs-354/ > http://www.svtperformance.com/forums/forumdisplay.php?354-2011-2014-Mustangs


Since the new site is hosted on nginx this shouldn't be hard to do.

Example .htaccess rewrite rule:
Code:
//301 Redirect Old File
Redirect 301 [url]http://www.svtperformance.com/forums/2011-2014-mustangs-354/[/url] [url]http://www.svtperformance.com/forums/forumdisplay.php?354-2011-2014-Mustangs[/url]
 
Last edited:

Users who are viewing this thread



Top