vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   vbseo: old mod_rewrite urls don't work anymore (https://vborg.vbsupport.ru/showthread.php?t=263815)

nocte 05-18-2011 03:05 AM

vbseo: old mod_rewrite urls don't work anymore
 
Hello,

I have just installed vbseo. Now i noticed the the old vB mod_rewrite URLs (e.g. www.forum.tld/forum/forums/1-Forumname ) don't work anymore. Here's my htaccess:

Code:

RewriteEngine On
Options +FollowSymLinks

RewriteBase /forum/

## Old URLs ##

RewriteCond %{QUERY_STRING} do=cfrules [NC]
RewriteRule ^misc\.php$ http://www.forum.tld/forum/misc.php?do=showrules [R=301,L]

#RewriteRule ^([0-9a-z-]*)-f([0-9]+)\.html forumdisplay.php?f=$2
#RewriteRule ^([0-9a-z-]*)-f([0-9]+)p([0-9]+)\.html forumdisplay.php?f=$2&page=$3
#RewriteRule ^([0-9a-z-]*)-t([0-9]+).html showthread.php?t=$2
#RewriteRule ^([0-9a-z-]*)-t([0-9]+)p([0-9]+).html showthread.php?t=$2&page=$3

## old vB rewrite ##

RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&page=$2&%{QUERY_STRING}
RewriteRule ^members/([0-9]+) member.php?u=$1&%{QUERY_STRING}
RewriteRule ^forums/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) forumdisplay.php?f=$1&page=$2&%{QUERY_STRING}
#RewriteRule ^blogs/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) blog.php?u=$1&page=$2&%{QUERY_STRING}
#RewriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) entry.php?b=$1&page=$2&%{QUERY_STRING}
#RewriteRule ^list/([^/]*/)([0-9]+) list.php?r=$1$2&%{QUERY_STRING}
#RewriteRule ^content/(.*) content.php?r=$1&%{QUERY_STRING}
#RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&%{QUERY_STRING}

## VBSEO ##

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

(sorry for crossposting here and on vbseo.com, but it's quite urgent, because i have to keep my live forum colsed..).

Kind regards,
nocte

Lynne 05-18-2011 02:43 PM

You need to ask for help with vbseo over on their forum, not here.


All times are GMT. The time now is 07:08 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.01004 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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