Quote:
Originally Posted by yahsuah
me too...
I am using vb 3.8.7 pl1
How can I revert back to original vbulletin's htaccess?
|
I could write some htaccess codes by modifying Neo's codes @ Unix.com forum (
http://www.unix.com/web-programming/...etin-urls.html)
Code:
#####################################
# TFSEO URLS FIXING http://www.unix.com/web-programming/238951-removing-vbseo-vbulletin-reverting-back-vbulletin-urls.html
#####################################
RewriteEngine on
RewriteRule [^/]+/[^/]+-t([0-9]+)\.html http://www.YOURDOMAIN.com/forum/showthread.php?t=$1 [L,R=301]
RewriteRule [^/]+/[^/]+-f([0-9]+)/ http://www.YOURDOMAIN.com/forum/forumdisplay.php?f=$1 [L,R=301]
#####################################
# TFSEO URLS FIXING http://www.unix.com/web-programming/238951-removing-vbseo-vbulletin-reverting-back-vbulletin-urls.html
#####################################