Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 1, 20169 yr 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?
February 1, 20169 yr 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]
February 2, 20169 yr Author 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
Archived
This topic is now archived and is closed to further replies.