Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2013, 02:18 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need Help with removing vBSEO

Hello

I need help with 301 redirecting my vBSEO URLs to the original vB URLs so that I can remove vBSEO from my forums.


My URL Structure is this:

Forum: [forum_title]/
Forum Pagination: [forum_title]/themen-uebersicht-seite[forum_page].html
Thread: [forum_title]/[thread_title]-t[thread_id].html
Thread Pagination: [forum_title]/[thread_title]-t[thread_id]-s[thread_page].html
'Showpost': [forum_title]/[thread_title]-beitrag[post_count]-p[post_id].html
Poll: [forum_title]/umfrage-[poll_title]-p[poll_id].html
Member Profile: mitglieder/[user_name]-u[user_id].html

The most important rewrites are the forum and subforum rewrites and the thread rewrites.
The rest would be super cool bonus help

I attached my complete rewrite Settings

Any help is much appreciated


StarBuG
Attached Files
File Type: xml vbseo_urls.xml (17.0 KB, 3 views)
Reply With Quote
  #2  
Old 11-13-2013, 06:30 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can still find some uninstall info on vbseo.com by viewing what Google brings up in the Google cache. This was listed as a reqrite rule for threads if you want to try it-

Code:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
Reply With Quote
  #3  
Old 11-14-2013, 09:01 AM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think that this rule will work because I don't use the standard setup for URLs
Reply With Quote
  #4  
Old 11-14-2013, 09:38 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see what you're saying... Try this-

Code:
RewriteRule [^/]+/[^/]+-t([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
It matches this test case: forumtitle/threadtitle-t999.html
Reply With Quote
  #5  
Old 11-14-2013, 10:16 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess vbseo won't be coming back?

Is it dangerous to leave it installed?
As I guess now if a hacker finds a hole no way to patch it...
Reply With Quote
  #6  
Old 11-18-2013, 11:03 AM
Majora Majora is offline
 
Join Date: Jun 2005
Location: Friedrichshafen / Germany
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StarBuG View Post
Hello

I need help with 301 redirecting my vBSEO URLs to the original vB URLs so that I can remove vBSEO from my forums.


My URL Structure is this:

Forum: [forum_title]/
Forum Pagination: [forum_title]/themen-uebersicht-seite[forum_page].html
Thread: [forum_title]/[thread_title]-t[thread_id].html
Thread Pagination: [forum_title]/[thread_title]-t[thread_id]-s[thread_page].html
'Showpost': [forum_title]/[thread_title]-beitrag[post_count]-p[post_id].html
Poll: [forum_title]/umfrage-[poll_title]-p[poll_id].html
Member Profile: mitglieder/[user_name]-u[user_id].html

The most important rewrites are the forum and subforum rewrites and the thread rewrites.
The rest would be super cool bonus help

I attached my complete rewrite Settings

Any help is much appreciated


StarBuG
Lade einfach deine vBSEO URL-Einstellungen hier hoch: http://tools.geekpoint.net/xfseo/
Reply With Quote
  #7  
Old 11-18-2013, 11:21 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majora View Post
Lade einfach deine vBSEO URL-Einstellungen hier hoch: http://tools.geekpoint.net/xfseo/
Please keep all posts in English.
Reply With Quote
  #8  
Old 06-18-2017, 11:39 AM
Silmarillion's Avatar
Silmarillion Silmarillion is offline
 
Join Date: Jul 2004
Location: Germany/Bavaria
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I removed vBSEO. Unfortunately none of the known htaccess rules work. I would be very glad if someone could helped me out.

My vBSEO-Rewrite Rules:

Forum: [forum_title]-f[forum_id].html
Forum Pagination: [forum_title]/index[forum_page].html
Thread: [thread_title]-t[thread_id].html
Thread Pagination: [thread_title]-t[thread_id]-[thread_page].html

I attached my complete rewrite Settings

Any help is much appreciated

Silmarillion
Attached Files
File Type: xml vbseo_urls.xml (4.5 KB, 0 views)
Reply With Quote
  #9  
Old 06-18-2017, 12:39 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Silmarillion View Post
I removed vBSEO. Unfortunately none of the known htaccess rules work. I would be very glad if someone could helped me out.

My vBSEO-Rewrite Rules:

Forum: [forum_title]-f[forum_id].html
Forum Pagination: [forum_title]/index[forum_page].html
Thread: [thread_title]-t[thread_id].html
Thread Pagination: [thread_title]-t[thread_id]-[thread_page].html

I attached my complete rewrite Settings

Any help is much appreciated

Silmarillion

For Threads
Code:
RewriteEngine on 

RewriteRule [^/]+-t([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
I've never worried about links to forums and especially forum pagination, who links to a specific page of a specific forum? The content is always changing.

Specific forums I might understand on a site with hundreds of forums but realistically it will have negligible impact on SEO. Threads will out number forums by (hopefully) thousands or hundreds of thousands to one.

For thread pagination I'd need to see a specific example of the old style URL.
Reply With Quote
Благодарность от:
KevinL
  #10  
Old 06-18-2017, 01:40 PM
Silmarillion's Avatar
Silmarillion Silmarillion is offline
 
Join Date: Jul 2004
Location: Germany/Bavaria
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THREAD works like charme! Thank u very much! Ur the man! :up:

Code:
Example THREAD PAGINATION: http://www.domain.com/my-first-soccer-book-t27-2.html
Best regards,
Silmarillion
Reply With Quote
Благодарность от:
BirdOPrey5
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04260 seconds
  • Memory Usage 2,290KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete