View Single Post
Old Jul 30th, 2005, 9:12 PM   #1
Intimidat0r
Hobbyist Programmer
 
Intimidat0r's Avatar
 
Join Date: May 2005
Location: Don't know, but the padded walls are a nice touch.
Posts: 126
Rep Power: 0 Intimidat0r is an unknown quantity at this point
Send a message via ICQ to Intimidat0r Send a message via AIM to Intimidat0r Send a message via MSN to Intimidat0r Send a message via Yahoo to Intimidat0r
.htaccess error pages

i wasn't sure if this is programming, then i decided it was so here goes:

my /.htaccess file

ErrorDocument 401 errordocs/401.php
ErrorDocument 403 errordocs/403.php
ErrorDocument 404 errordocs/404.php
ErrorDocument 500 errordocs/500.php

but then when the user goes to some made up page, it doesn't go to the errordocs/404.php page. it says "No input file specified."

when i trigger a 401 it just gives me the Forbidden page that it shows by default.

anyone know what's wrong?
__________________
Children in the dark cause accidents, and accidents in the dark cause children.

http://www.ronincoders.org
Intimidat0r is offline   Reply With Quote