Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AaronP Posted February 1, 2016 Posted February 1, 2016 Using VBSEO with VB4.X Does IPB have a way of doing 301 redirects from old content to new so I don't completely ruin my search engine rankings?
IveLeft... Posted February 1, 2016 Posted February 1, 2016 Yes they do - I can't remember where the info is though as its been a few years but i'm sure there is some info on it somewhere This is a re-write I have for vB+vbseo to IPB4 (note this was vB with VBSEO .html urls) as an example in .htaccess Options -MultiViews RewriteEngine On # Old vBseo Rewrites RewriteRule [^/]+/([\d]+)-.+-([\d]+).html http://yourwebsite.whatever/showthread.php?t=$1&page=$2 [NC,L] RewriteRule [^/]+/([\d]+)-.+.html http://yourwebsite.whatever/showthread.php?t=$1 [NC,L]
AaronP Posted February 2, 2016 Author Posted February 2, 2016 10 hours ago, Cloud 9 said: Yes they do - I can't remember where the info is though as its been a few years but i'm sure there is some info on it somewhere This is a re-write I have for vB+vbseo to IPB4 (note this was vB with VBSEO .html urls) as an example in .htaccess Options -MultiViews RewriteEngine On # Old vBseo Rewrites RewriteRule [^/]+/([\d]+)-.+-([\d]+).html http://yourwebsite.whatever/showthread.php?t=$1&page=$2 [NC,L] RewriteRule [^/]+/([\d]+)-.+.html http://yourwebsite.whatever/showthread.php?t=$1 [NC,L] Thank you for the response
Recommended Posts
Archived
This topic is now archived and is closed to further replies.