vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Spider friendly URLs (https://vborg.vbsupport.ru/showthread.php?t=18035)

lierduh 04-22-2004 01:21 AM

Quote:

Originally Posted by DenzoForums
My archives are not working.. not vbulletin problem, but apparently the sever i am hosted on doesn;t support some feature for that to work. Is there anything else i can do?

The Archive needs to have:

AcceptPathInfo On

You can try this setting in .htaccess

Google for "AcceptPathInfo" and ".htaccess" may come back with more details.

DenzoForums 04-23-2004 04:37 PM

Where does that go? anywhere in the .htaccess file?
What does it do?

When i click on the archive link, i get re-directed to my forumhome page. Is this to fix that?

Sorry.. I'm a bit confused..

Thanks
Dave

DenzoForums 04-24-2004 03:35 PM

Quote:

Originally Posted by lierduh
The Archive needs to have:

AcceptPathInfo On

You can try this setting in .htaccess

Google for "AcceptPathInfo" and ".htaccess" may come back with more details.

That didn't work..
anybody else have any suggestions?

lierduh 04-25-2004 12:31 AM

Quote:

Originally Posted by DenzoForums
That didn't work..
anybody else have any suggestions?

That directive should work in .htaccess according to:

http://httpd.apache.org/docs-2.0/mod/core.html

Have you checked google as I suggested? What have you tried? What problem you have had? what sort of error you have encountered?

Actually have you done a search at the forums of vbulletin.com? regarding archive or perhaps AcceptPathInfo.

Also read my post in this thread might help you to use .htaccess:

https://vborg.vbsupport.ru/showpost....&postcount=223

Others can only help you if you try for yourself and come back with more details.

DenzoForums 04-25-2004 01:01 AM

actually, i have been looking into this.. I read in a few threads that acceptpathinfo will not work if your httpd.conf file is not allowing it.

I have posted here, and in vbulletin.com asking for some instruction on that file.
I do not see it in ftp, or SSH - although I am not handy with SSH and don't know where or how to look.

Quote:

After some reading it seems I need to allow vB to override my apache settings in httpd.conf or this will not work. Unfortunately that is where I am stuck.

Does anyone know what needs to be changed in my httpd.conf to allow the AcceptPathInfo option to work?
This quote is from this thread from another person having same problem as me.
http://www.vbulletin.com/forum/showthread.php?t=90456


So what i need now is to find out how to edit that httpd.conf file, so it will allow the changes in .htaccess

Like I said before.. I have no idea where that file is, and if I can even get to it. My host does allow SSH access, but i do not know any commands. Dos commands not working :-)

Thanks
DAve

Haakon 04-26-2004 09:50 AM

Denzo, the server httpd.conf file is probably in /etc/httpd/conf, and you can probably reach it with ssh (not ftp). You are not able to edit it though, but you can check if it is configed propperly

Concerning this hack and vB3. I`ve managed to add the rewrites to the forums, but not to the threads. I can`t find the clean
<a href="showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]">$thread[title]</a>

I only find those with $highlight and $lastpost.
And pagenav url seems to be linked to a $address variable I can`t find.
I appreciate some help, as allways :)

DenzoForums 04-26-2004 01:23 PM

Quote:

Originally Posted by Haakon
Denzo, the server httpd.conf file is probably in /etc/httpd/conf, and you can probably reach it with ssh (not ftp). You are not able to edit it though, but you can check if it is configed propperly

Concerning this hack and vB3. I`ve managed to add the rewrites to the forums, but not to the threads. I can`t find the clean
<a href="showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]">$thread[title]</a>

I only find those with $highlight and $lastpost.
And pagenav url seems to be linked to a $address variable I can`t find.
I appreciate some help, as allways :)

I found this
Quote:

<span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[thread]</strong>: <a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]">$threadinfo[title]</a></span>
in the newreply template.. but that's about it..

As far as me finding the httpd.conf file..No good. I am sure it's not onfigured right, becasue it's not working for me.. but so far I am unable to verify that..

Thanks
Dave

Polo 07-01-2004 10:34 PM

has anyone made this hack work for vb3.0.1?

Haakon 07-04-2004 04:04 PM

RewriteEngine On
RewriteRule ^musicforum([0-9]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^musicforum([0-9]+)-([0-9]+)\.html$ forumdisplay.php?f=$1&page=$2&sort=lastpost&order= &pp=20&daysprune=45 [L]
RewriteRule ^musicthread([0-9]+)\.html$ showthread.php?t=$1 [L]
RewriteRule ^musicthread([0-9]+)-([0-9]+)\.html$ showthread.php?t=$1&page=$2&pp=10 [L]

I`ve got these working (exchange musicforum and musicthread with your topics of course).

And basically just try the find the corresponding things in vb3 from what is described in lierduh`s post :
https://vborg.vbsupport.ru/showpost....&postcount=223
Try it, and if something specific comes up, I will try to help.

PS. Try one rule at a time.

cscgal 08-23-2004 11:26 PM

Hey guys! I've written a detailed tutorial how to mod_rewrite vBulletin 3.

http://www.daniweb.com/techtalkforums/thread9379.html


All times are GMT. The time now is 07:04 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.01465 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)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