vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   After remove Vbseo (https://vborg.vbsupport.ru/showthread.php?t=319380)

Pleasures 07-07-2015 05:45 AM

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?

Skyrider 07-07-2015 08:15 AM

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.

Pleasures 07-07-2015 08:43 AM

I got it. But my problem is /forums/

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

New http://www.sitename.com/forums/99-Washington

fxdigi-cash 07-08-2015 01:49 AM

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]


Pleasures 07-08-2015 07:22 AM

I sent pm with real links
Thank you for your help

YukseLL 11-28-2017 11:37 AM

Remove vBSEO ,

site url structure

www.yoursite.com/forum764/thread76107.html


htacces referral code please


All times are GMT. The time now is 03:14 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
  • Page Generation 0.01046 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete