Page 1 of 1

custom 404

PostPosted: 25. July 2004 19:10
by mematrix
i need help. when i try to make a custom 404, it won't work. here is an example of my .htaccess file:

Code: Select all
AuthType Basic
AuthName "FORBIDDEN AREA"
require valid-user
AuthUserfile "../htdocs/forbidden/.htpasswd"
ErrorDocument 404 /uhoh.html


can anyone tell me what i'm doing wrong?

PostPosted: 27. July 2004 03:37
by mematrix
k well i figured it out with a little help from a friend on 3dbuzz IRC. i just edited the httpd.conf file