The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
After remove Vbseo
Hello
After remove vbseo, in my .html links do not work as such. I add the following code to the .htaccess file for it. but /theads/, /members/ are still not working. A few said that the failure of that business .htaccess redirect the links in the right direction with the 301, but I have to make all the issues one by one. How do I have to enter a code to .htaccess for it? RewriteEngine on RewriteRule [^ /] + / ([0-9] +) - [^ /] + \. html http://www.siteadresi.com/forum/showthread.php?t=$1 [L, R = 301] --------------- Added [DATE]1436256081[/DATE] at [TIME]1436256081[/TIME] --------------- For example Old vbseo link http://www.sitename.com/washington/ New http://www.sitename.com/forums/99-Washington How can I direct this and similar issues with .htaccess? |
#2
|
|||
|
|||
Not sure if you've done the spacings on your rewrite rule on purpose, but:
http://www.unix.com/web-programming/...etin-urls.html After uninstallation you can also redirect your indexed content to original vBulletin urls. Please carefully check the rewrite rules and use the one that fits your current url structure. Code:
RewriteEngine on RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] If you have your thread rewrite rules set as forum-name/threadname-threadid.html use the following .htaccess Code:
RewriteEngine on RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] If you have your thread rewrite rules set as forum-name/threadname-threadid/ use the following .htaccess Code:
RewriteEngine on RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] This however will not work if you are using nginx. Only works with apache. |
#3
|
|||
|
|||
I got it. But my problem is /forums/
Old vbseo link http://www.sitename.com/washington/ New http://www.sitename.com/forums/99-Washington |
#4
|
|||
|
|||
it is simple, you have your rewrite url like this:
Code:
RewriteEngine on RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] Code:
RewriteEngine on RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/showthread.php?t=$1 [L,R=301] |
#5
|
|||
|
|||
I sent pm with real links
Thank you for your help |
#6
|
|||
|
|||
Remove vBSEO ,
site url structure www.yoursite.com/forum764/thread76107.html htacces referral code please |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|