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)
-   -   vbSpiderFriend - Search Engine Friendliness (https://vborg.vbsupport.ru/showthread.php?t=15628)

Razzie 10-07-2001 12:00 AM

Quote:

Originally posted by CoolaShacka
Yes.
my .htaccess is
Code:

ErrorDocument 404 /home/csbvu/public_html/archive/index.php
I am hosted by VO

The redirect should be an absolute web address not a unix path!

Replace with:
Code:

ErrorDocument 404 /archive/index.php

Razzie 10-07-2001 12:03 AM

Quote:

Originally posted by JohnL
Is there any way to get this to work on a W2K server with IIS?

I did the redirect for the 404 error but it just reloads the index page. Here is an example http://www.reefcentral.com/vbulletin/archive/index.php

This is probably occuring because the PHP file isn't able to get the original URL that was requested.

Create a new index.php and add <? phpinfo(); ?> in it. Now try to cause a 404 and look at the enviromental variables that hold the requested URL. Use that enviromental variable inside the original index.php file.

JohnL 10-07-2001 01:09 AM

THANK YOU...THANK YOU...THANK YOU :)

OK all you IIS guys. Thanks to Razzie...

Do a search for REQUEST_URI and replace it with QUERY_STRING and you are good to go!

Quote:

Originally posted by Razzie
This is probably occuring because the PHP file isn't able to get the original URL that was requested.
Thanks again Razzie :)

JohnL 10-07-2001 02:33 AM

Quote:

Originally posted by Razzie
Small Bug with displaying private forums:
Excellent catch! Razzie, you da man, grandma!

CoolaShacka 10-07-2001 09:55 PM

Quote:

Originally posted by Razzie


The redirect should be an absolute web address not a unix path!

Replace with:
Code:

ErrorDocument 404 /archive/index.php

Thank you Man. :D
All works fine now. :)

Pk 10-21-2001 01:49 PM

Quote:

Originally posted by CoolaShacka

Thank you Man. :D
All works fine now. :)


My god, so many pages, anyway is this hack done now?
If so could someone just post it on the hack release forum? :]

OmniSlash31 10-25-2001 05:15 PM

I just started my forum, but when i go to for exaple: vbb/archive/2 it goes to my error404 page:confused:

JohnL 10-25-2001 05:24 PM

Quote:

Originally posted by OmniSlash31
I just started my forum, but when i go to for exaple: vbb/archive/2 it goes to my error404 page:confused:
You need to redirect 404 errors to the /archive/index.php file as has been discussed in this thread.

OmniSlash31 10-25-2001 06:03 PM

Ok, i have a folder called "vbb" on my server for the forum.
So, .htaccess should be
ErrorDocument 404 /vbb/archive/index.php, right?

CoolaShacka 10-25-2001 06:08 PM

No.
.htaccess should be
ErrorDocument 404 /archive/index.php, but you have to put the .htaccess in your vbb folder


All times are GMT. The time now is 12:01 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.01349 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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