Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-07-2015, 05:45 AM
Pleasures Pleasures is offline
 
Join Date: Sep 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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?
Reply With Quote
  #2  
Old 07-07-2015, 08:15 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 07-07-2015, 08:43 AM
Pleasures Pleasures is offline
 
Join Date: Sep 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it. But my problem is /forums/

Old vbseo link http://www.sitename.com/washington/

New http://www.sitename.com/forums/99-Washington
Reply With Quote
  #4  
Old 07-08-2015, 01:49 AM
fxdigi-cash fxdigi-cash is offline
 
Join Date: Jul 2012
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]
all you need is to remove forums like this:

Code:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/showthread.php?t=$1 [L,R=301]
Reply With Quote
  #5  
Old 07-08-2015, 07:22 AM
Pleasures Pleasures is offline
 
Join Date: Sep 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sent pm with real links
Thank you for your help
Reply With Quote
  #6  
Old 11-28-2017, 11:37 AM
YukseLL YukseLL is offline
 
Join Date: Nov 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Remove vBSEO ,

site url structure

www.yoursite.com/forum764/thread76107.html


htacces referral code please
Reply With Quote
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 11:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05310 seconds
  • Memory Usage 2,209KB
  • Queries Executed 13 (?)
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
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete