vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   vbseo rewrite url problem (https://vborg.vbsupport.ru/showthread.php?t=316468)

intruder 01-07-2015 08:51 AM

vbseo rewrite url problem
 
Hello,
How can I change:
Code:

http://www.forum.com/fdfd-fd-fefdsde/257-sasdasd-sasdsadssdasa.html
to
http://www.forum.com/showthread.php?257-sasdasd-sasdsadssdasa

using rewrite url ?

Thanks

HM666 01-07-2015 02:06 PM

Best to dump vBSEO. Its unsupported and the developer is no longer in business. Try DBTech DBSEO instead. To import your vBSEO settings you'll need to get the Pro version.

bridge2heyday 01-07-2015 07:09 PM

The Question is not clear enough .. But I guess you have VBSEO installed with the first URL Scheme and you want to convert to Basic Vbulletin Friendly URLs and Make Old URLs (indexed or linked ) redirect to new URLs ( don't give 404 ) ..
If this is the case .. you can
- Uninstall VBSEO
- Go to Admincp -> settings -> Options -> Friendly URLs -> URL Type -> Basic Friendly URLs.
- you should delete VBSEO rewrite rules from .htaccess and put these Rules there
Code:

RewriteEngine on
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]


intruder 01-15-2015 04:48 PM

I'm not buying any other seo. Even if DBSEO is good..

I don't have vbseo anymore. It's uninstalled/deteleted.

Thank you bridge2heyday! It works.

What should I add In order to work on the cms too?


All times are GMT. The time now is 01:43 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.02141 seconds
  • Memory Usage 1,714KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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