PDA

View Full Version : Removed VBSeo. Help in URL Redirect.


praveen1980
03-23-2014, 09:51 AM
I decided to remove vbseo from one of the forums that i manage and i used this guide here webhostingneeds.com/uninstall_vbseo

I need help on this redirect

RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://yourdomain/showthread.php?t=$1 [L,R=301]


There are many threads that span a lot of pages. What to do in such cases?

Can someone help in modifying this redirect so that it also takes care of paginated threads too?

An example of a paginated url

sitename.com/general-discussions/8724-occasional-piece-interesting-information-2.html
sitename.com/general-discussions/8724-occasional-piece-interesting-information-51.html

2. How to redirect forums so that they also do a 301 to the vburls

From
sitename.com/general-discussions/
sitename.com/general-discussions/index11.html

to
/forumdisplay.php?f=9
etc...

3. Likewise url redirects for the blogs, members etc..

I searched but i was unable to find any (or i missed them).

Thanks in advance.