Jump to content

VB4 to IPB4 Converter, 301 Redirects?


AaronP

Recommended Posts

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]

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...