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)

erhanerhan_5 03-10-2006 01:25 PM

i installed this hack. i opened a thread , 404 error.

Immortal 03-10-2006 06:08 PM

Quote:

Originally Posted by ciscoguy
This is exactly why I chose to use VBRewrite, the active development and quick response. Issue solved.

Thanks again!

I appreciate it :)

Quote:

Originally Posted by redlabour
Any news when the Update will be released ?

I know it is ready when it is ready but in the next days there is a 30,- ? alternative to vBSEO released at German Hackcommunity. I like to know if it should buy it or wait.

Hopefully very soon. But a word of the wise, is be careful when buying anything "close to vBSEO".

Quote:

Originally Posted by erhanerhan_5
i installed this hack. i opened a thread , 404 error.

Can you post your .htaccess and your forum URL?

redlabour 03-10-2006 07:42 PM

Quote:

Originally Posted by Immortal
Hopefully very soon. But a word of the wise, is be careful when buying anything "close to vBSEO".

Don?t panic - it?s a complete new Code.

erhanerhan_5 03-10-2006 08:02 PM

my .htaccess

PHP Code:

<head>
<
meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</
head>
<
PRE>RewriteEngine On
RewriteBase 
/
RewriteRule ^(.*)/t-(.*)-(.*)/go=(.*) showthread.php?t=$3&amp;goto=$4&amp;is_vrewrite=yes[L]
RewriteRule ^(.*)/p-(.*)-(.*).html showthread.php?p=$3&amp;is_vrewrite=yes[L]
RewriteRule ^f-(.*)-(.*)-page(.*).html forumdisplay.php?f=$2&amp;page=$3&amp;order=desc&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/page(.*)daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;page=$3daysprune=$4&amp;order=$5&amp;sort=$6&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;daysprune=$3&amp;order=$4&amp;sort=$5&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2&amp;is_vrewrite=yes [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&amp;t=$[L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&amp;page=$4&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&amp;is_vrewrite=yes [L]
RewriteRule ^markread.html forumdisplay.php?do=markread [L]
RewriteRule ^(.*)/p-(.*)-(.*).html#(.*) showthread.php?p=$3#post$4 [L]
RewriteRule ^print-(.*)-(.*).html printthread.php?t=$[L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&amp;t=$[L]
RewriteRule ^search-(.*).html search.php?do=$[L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&amp;f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&amp;noquote=1&amp;p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&amp;p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&amp;postcount=$[L]</PRE

im not edited.

my forum:
http://img369.imageshack.us/img369/8...305z2225wp.png

Immortal 03-10-2006 09:43 PM

Uhhh...why does your .htaccess have HTML in it?

But change:
RewriteBase /
To:
RewriteBase /forum

erhanerhan_5 03-11-2006 07:44 PM

Is this?

PHP Code:

<head>
<
meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</
head>
<
PRE>RewriteEngine On
RewriteBase 
/forum
RewriteRule 
^(.*)/t-(.*)-(.*)/go=(.*) showthread.php?t=$3&amp;goto=$4&amp;is_vrewrite=yes[L]
RewriteRule ^(.*)/p-(.*)-(.*).html showthread.php?p=$3&amp;is_vrewrite=yes[L]
RewriteRule ^f-(.*)-(.*)-page(.*).html forumdisplay.php?f=$2&amp;page=$3&amp;order=desc&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/page(.*)daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;page=$3daysprune=$4&amp;order=$5&amp;sort=$6&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;daysprune=$3&amp;order=$4&amp;sort=$5&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2&amp;is_vrewrite=yes [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&amp;t=$[L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&amp;page=$4&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&amp;is_vrewrite=yes [L]
RewriteRule ^markread.html forumdisplay.php?do=markread [L]
RewriteRule ^(.*)/p-(.*)-(.*).html#(.*) showthread.php?p=$3#post$4 [L]
RewriteRule ^print-(.*)-(.*).html printthread.php?t=$[L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&amp;t=$[L]
RewriteRule ^search-(.*).html search.php?do=$[L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&amp;f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&amp;noquote=1&amp;p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&amp;p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&amp;postcount=$[L]</PRE




But again 404 error.

This is my forum dir
http://www.xxxxx.com/forum/index.php

Immortal 03-11-2006 07:45 PM

That is not the original .htaccess. Download it again, and open it in Notepad and then make the necessary change.

jlaine 03-11-2006 09:07 PM

/me clicks install...

I have one minor issue - I have the vBa gallery, which uses native vB templates - the line "<if condition="THIS_SCRIPT != 'index'"> <base href="$vboptions[bburl]/" /> </if>" is conflicting and screwing up the data because the actual base href is not the bburl...

Is there any other place I can inject this, or a way I can exclude it or limit it to the forum. subdomain that the forum proper is on?

jlaine 03-11-2006 09:17 PM

And now that I've spent 10 seconds thinking about it... I'll move the few hundred megs of data into my subdomain and make it work as I think it will if I put it there, there is no reason you should need to come up with work arounds to integrate with 3rd party software.

Immortal 03-11-2006 09:20 PM

That is a lot of work Josh! You can add:
Code:

<base href="$vboptions[bburl]/" />
To the following templates, and then remove that part in headerinclude:
FORMDISPLAY, SHOWTHREAD, & STANDARD_ERROR


All times are GMT. The time now is 08:40 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.06176 seconds
  • Memory Usage 1,820KB
  • 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
  • (2)bbcode_php_printable
  • (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