vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

redlabour 04-16-2006 12:37 AM

Same Error like the 1.0 Version.

Every click on a Thread moves to a unkwon and non existing Thread.

Same from vbAdvanced, TopX and from Forumhome.

Deactivated again now. :(

Bhuwan 04-16-2006 12:38 AM

Quote:

Originally Posted by redlabour
Same Error like the 1.0 Version.

Every click on a Thread moves to a unkwon and non existing Thread.

Same from vbAdvanced, TopX and from Forumhome.

Deactivated again now. :(

make sure htacccess is correct.
admincp -> Vbulletin options -> vrewrite.

yayvb 04-16-2006 12:49 AM

I'll give it a try perhaps. I definitely want to be using the product, but since both of my sites use the comment system and the comment system doesn't work I can't really use this until that issue is fixed, or another comment system is introduced.

Also I was previously having issues with the links on the xstats not working either in some cases. I disabled for both of my sites but would love to try again in the future. :)

Immortal 04-16-2006 01:07 AM

Once we are certain 1.5 is bug free, we can begin work on fixing others' hacks to properly work with vRewrite :)

Frapegliko 04-16-2006 06:32 AM

Works great

edited :

If i Click on New Posts then i will stay on Home :tired:

redlabour 04-16-2006 12:13 PM

Quote:

Originally Posted by Bhuwan
make sure htacccess is correct.
admincp -> Vbulletin options -> vrewrite.

Sure it is :

Quote:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=y es [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRIN G} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=ye s&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=ye s&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{Q UERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUER Y_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUER Y_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=ye s [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING } [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_ STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_v rewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite =yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite= yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
DirectoryIndex cmps_index.php index.php
ErrorDocument 404 http://www.politikstube.de/404.html
ErrorDocument 401 http://www.politikstube.de/401.html
ErrorDocument 500 http://www.politikstube.de/500.html

Immortal 04-16-2006 12:21 PM

And you are sure mod_rewrite is enabled?

redlabour 04-16-2006 12:30 PM

So i tried some configurations. No i found the Problem.

If i click on a link like :

http://www.politikstube.de/forum/kon...-3431-new.html

it turns me to this format : http://www.politikstube.de/forum/kon...9930#post29930 !?

The correct Thread - but what about that different generated URL?s ?

Some of the Threads get URL?s like this at Portal and TopX (not all !):

http://www.politikstube.de/t--3338-new.html :confused:

I thought these are the Problems that are the Reason for the 1.5 Release ??? :surprised:

@Immortal - sure i used it before as you can see it for the vbseo_sitemap. ;)

At this Time this Hack is absolutey useless like the first Version and nothing is changed to me.

I only wondering if you did not understand at the first Version where are the Problems or if this are Problems with the german Version of vBulletin. Anyway ...... waiting for a Wonder.

Immortal 04-16-2006 12:57 PM

We cannot be held responsible for the hacks you use. It has been running flawlessly on many boards.

redlabour 04-16-2006 02:09 PM

Quote:

Originally Posted by Immortal
We cannot be held responsible for the hacks you use. It has been running flawlessly on many boards.

There are no exotic Hacks installed. And as me and a lot of others Users are submitting this Bug for V1.0 you will say that you know this issue and will fix it at V1.5.


All times are GMT. The time now is 04:17 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.02559 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete