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?