PDA

View Full Version : Apache rewrite rule to redirect VBSEO to showthread.php?1234-Thread-Title ?


postcd
02-15-2022, 09:31 AM
Hello,

in vB options i have defined Basic Friendly URLs:
showthread.php?1234-Thread-Title

before i had these URLs:
forum-name/1234-Thread-Title

this .htaccess rewrite rule worked to redirect old to new:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+ /showthread.php?t=$1 [L,R=301]

but it means forum is doing additional redirect (showthread.php?t=1234 -> showthread.php?t=1234-Thread-Title)

If anyone knows how to fix that rewrite rule/s, please kindly comment. Thank you

TheLastSuperman
06-30-2022, 07:57 AM
Sometimes I'm rather fashionably late, but this reply may help others moving forward:
https://web.archive.org/web/20130122142454/http://www.vbseo.com/blogs/mert-goekceimam/how-uninstall-vbseo-238/