The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VBSEO uninstall rewrite help
I just uninstalled VBSEO and need some help with rewrite rules getting my old indexed url's to redirect to the standard vb urls.
I got my threads to redirect using the following: RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.mydomain.com/forum/showthread.php?t=$1 [L,R=301] However I cannot seem to get my forumdisplay.php to redirect. I have a bunch of dead links on google that I would like to get fixed. My old url vbseo url looks like this: http://www.mydomain.com/forum/boat-talk/ My new URL for that forum looks like this: http://www.mydomain.com/forum/forumdisplay.php?f=175 I understand that I probably have to do a rewrite for each forum which is ok, but I need help with the syntax of the rule. Any help would be appreciated. Thanks |
#2
|
|||
|
|||
Scratch that, i have it someplace, have to chk for it.
Yes, if you had the forum id's, one rule would of worked. What rule are u using now? |
#3
|
|||
|
|||
I'm not using anything now, I uninstalled VBSEO. All my threads 301 redirect to the old vbulletin urls fine, but all my indexed forum thread listings are dead 404 errors.
My old forum display url looked like this when running vbseo: http://www.mydomain.com/forum/boat-talk/ My new URL for that forum looks like this with no vbseo: http://www.mydomain.com/forum/forumdisplay.php?f=175 Google has a 404 error for these indexed items currently. |
#4
|
|||
|
|||
Try this:
'^boat-talk/$' => 'forumdisplay.php?f=175' |
#5
|
||||
|
||||
See the links to the old blog post and other link on vbseo forums in my post here - https://vborg.vbsupport.ru/showpost....85&postcount=3
I recently removed it and had to jump through a few hoops honestly so I can only imagine that similar is happening to many others. |
#6
|
|||
|
|||
He doesnt have forum id's in his old urls, so those links wont help him.
|
Благодарность от: | ||
TheLastSuperman |
#7
|
|||
|
|||
Got this error when using that: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Here is what I put in the .htaccess file: RewriteRule '^boat-talk/$' => 'forumdisplay.php?f=201' |
#8
|
|||
|
|||
Sorry, try this:
^boat-talk/$ forumdisplay.php?f=175 |
#9
|
|||
|
|||
That kinda sorta worked. It took me to the forum display page but the url in the address bar did not change. It remained the VBSEO url and my forum display was shown without any style applied, basically just a blank white page with the threads listed. It looked really messed up. |
#10
|
|||
|
|||
^/forum/boat-talk/$ http://www.mydomain.com/forum/forumdisplay.php?f=175
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|