![]() |
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 |
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? |
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. |
Try this:
'^boat-talk/$' => 'forumdisplay.php?f=175' |
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. |
He doesnt have forum id's in his old urls, so those links wont help him.
|
Quote:
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' |
Sorry, try this:
^boat-talk/$ forumdisplay.php?f=175 |
Quote:
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. |
^/forum/boat-talk/$ http://www.mydomain.com/forum/forumdisplay.php?f=175
|
Quote:
Didnt work, got this error: 404 - Document Not Found The requested object or URL, /forum/boat-talk/ was not found on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it. Please inform the administrator of the referring page, . This is what I have in my .htaccess now: RewriteRule ^/forum/boat-talk/$ http://www.mydomain.com/forum/forumdisplay.php?f=201 [L,R=301] |
ok, add the full url to the front, the karet should of caught the frontend url.
|
Quote:
Still didn't work, this is the error that I got: 404 - Document Not Found The requested object or URL, /forum/boat-talk/ was not found on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it. Please inform the administrator of the referring page, . Here is my .htaccess: RewriteRule http://www.mydoamin.com/forum/boat-talk/$ http://www.mydomain.com/forum/forumdisplay.php?f=201 [L,R=301] |
sorry, as i obviously cant test it, not much more i can suggest.
|
Quote:
Bummer, thanks for trying to help. If I PM you the url and such, would that be of any benefit? |
Having your url doesnt help, as i still cant test.
|
Quote:
|
Quote:
Seems like Vbseo no longer exists. Because of thier site no longer existing I cannot even access any info. In addition it caused my site to not function correctly so I removed it. Now I am stuck Old ones were like this PHP Code:
PHP Code:
trying to redirect urls. I do have the backup for my Vbseo settings in case that helps. I know someone would be able to help at Vbseo but that is no longer there. |
Quote:
|
Thanks,
I already used the wayback machine to find info from Vbseo but I cannoit find my combination and it ofcourse it says to contact support if your url is not listed.. |
Quote:
Code:
RewriteRule ^forum/boat-talk/$ /forum/forumdisplay.php?f=201 [L,R=301] There should be no initial "/" in your left hand mod_rewrite rule. An initial "/" will not match, because the rewrite base is already "/" ... Cheers. |
Quote:
Code:
RedirectMatch 301 ^/f([0-9]+)/([A-Za-z0-9-]+)-([0-9]+)/index([0-9]+)(.*)$ http://musclemecca.com/threads/$3-$2 I do not understand what you refer to the characters *** and Capital letters, no redirects do not get, but to write a php script that will read from the table mysql. After removing the vbSEO need to find all the links from other sites to your site in order pagerank |
This is why people should NOT be removing vBSEO just yet... until you have a backup solution ready. otherwise you are killing off all your pages and google hits.
Everyone assume uninstalling vbseo is the answer... it is not! The real answer is to use it till we can create something that will port ALL of the vBSEO urls properly and accordingly. That way there is NO loss of links and it will be as if nothing on your forum was changed. |
FreshFroot For a week I created a .htaccess
a plurality of rows (~ 60) and only then deleted vbseo Within 2 weeks of attendance has decreased by 10% after that, all recovered and went attendance growth |
Quote:
|
Anyone figure out a rewrite for images. Any images on the forum now got to a different URL can you rewrite these so anywhere externally that links to them will update?
|
Quote:
|
Hi guys i've decided to uninstall VBSEO and need some help with my rewrite rules, my forum titles with vbseo looked like this:
http://www.thecodecage.com/forumz/networking-peripherals/ and my threads looked like this: http://www.thecodecage.com/forumz/microsoft-excel-forum/214560-data-validation-calculated-column.html and single post was: http://www.thecodecage.com/forumz/112701-post3.html Could someone help me out with the rewrite rules as the ones i have just aren't working! Im guessing all i need to rewrite is what comes after forumz/ ??? --------------- Added [DATE]1392410106[/DATE] at [TIME]1392410106[/TIME] --------------- Here's one section: RewriteCond %{HTTP_HOST} ^www\.thecodecage\.com$ [NC] RewriteCond %{QUERY_STRING} ^$ RewriteRule ^forumz/microsoft-excel-forum/$ [noparse]http://www.thecodecage.com/forumz/forumdisplay.php?f=64 [R=301,NE,NC,L] But the old vbseo link doesn't redirect to the new forumdisplay.php link? |
Quote:
Code:
Redirect 301 /networking-peripherals/ http://www.thecodecage.com/forumz/forumdisplay.php?f=23 how much you have forums, so it should be of such lines another option redirects unfortunately no Quote:
.htaccess Code:
Options +FollowSymLinks |
Quote:
|
You asked how to redirect a typical reference to another.
I wrote to you how to do it How to make all links? It is necessary to analyze: - google webmaster - settings that were in vbseo - links forum - much time In the 10th I repeat: In order to save site's ranking, a quick page loading speed, to save attendance: Need to write complex of redirects, very important sequence of commands RedirectMatch and Redirect. Not use RewritRule! |
Again thanks for the reply, I understand the forum direct format and that I have to do that for every forum. For the posts or threads is it just that one rule that you gave at the end of your last post?
Ok, here's one, in Google my old vbseo link looks like this: http://www.thecodecage.com/forumz/microsoft-topics/ I entered the redirect rule in /forumz/.htaccess as below: Redirect 301 /microsoft-topics/ http://www.thecodecage.com/forumz/forumdisplay.php?f=63 But clicking the old link (or pasting it in the browser bar) doesn't redirect? Any ideas? |
Quote:
|
Quote:
Many questions Create ftp access to the site root, and write it to me in a PM I look it will be faster than we fantasize for a few days It is necessary to see the full picture of your redirects |
Quote:
|
Quote:
Here are the redirects that I have up to now, I have to build more AND I have to sort out redirects or rewrites for my showthread titles too. Quote:
--------------- Added [DATE]1392575812[/DATE] at [TIME]1392575812[/TIME] --------------- As an added twist I use vbenterprisetranslator and many links submitted to google...etc look like this [url]http://www.thecodecage.com/forumz/es/networking-peripherals/[/url] [url]http://www.thecodecage.com/forumz/vi/networking-peripherals/[/url] There are around 52 languages that all have their own 2 letter code so Ukraine would be /forumz/uk/networking-peripherals/ consequently a thread may look like http://www.thecodecage.com/forumz/uk/652836-working-numbers.html These are going to be a huge problem to sort? Here's the list of languages: Quote:
Igor, your pm's and email are off - I've created a folder with the .htaccess in there if you'd rather do it by ftp, I can then copy the file over to the forum root and test :) |
Redirect 301 /forumz/forumz/microsoft-topics/ http://www.thecodecage.com/forumz/forumdisplay.php?f=63
))) --------------- Added 16 Feb 2014 at 20:55 --------------- & you 52 languages will finish with this: Code:
Warning: file_put_contents([path]/vbet_guestcache/en/_forumz_forumdisplay_php_f_6437.html) [function.file-put-contents]: failed to open stream: Permission denied in [path]/includes/vbenterprisetranslator_functions_guestcache.php on line 124 |
Hi Igor, your pm's and email are off - I've created a folder with the .htaccess in there if you'd rather do it by ftp, I can then copy the file over to the forum root and test .
I posted the list of languages above, I understand that right now they will fail just as my showthreads are failing, I really don't understand the .htaccess and rewrite conditions...etc which is why, to you, im probably asking the same question again and again. |
ikopylov, You had sent me a message but I was unable to reply because your profile has incoming messages are disabled.
I would be happy to pay you to help me finish my redirects, etc. I have been trying to do a little each day but I think you can do it much faster and better than I can. I am learning but have a long ways to go. Thanks |
Still looking for a rewrite for images also
|
All times are GMT. The time now is 06:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|