[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] custom 403 message
- Subject: Re: [cobalt-users] custom 403 message
- From: "hirsh -e-skwirtz" <hirsheskwirtz@xxxxxxxxxxx>
- Date: Thu Dec 21 11:21:02 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
we did indeed have the pade requested in the root.. no go
i did as you have suggested, still will not work
this is the actual current htaccess in that dir i need to serve a custom
i do have password.html in the same dir
any help would be greatly appreciated!
# Access file
order allow,deny
allow from all
require valid-user
Authname DirectoryName
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /home/sites/site4/web/adta/info/.htpasswd
ErrorDocument 401 password.html
ErrorDocument 402 password.html
ErrorDocument 403 password.html
ErrorDocument 404 password.html
From: "Carrie Linn Bartkowiak" <ravencarrie@xxxxxxxx>
Reply-To: "Carrie Linn Bartkowiak" <ravencarrie@xxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] custom 403 message
Date: Thu, 21 Dec 2000 10:45:49 -0500
> my current htaccess in the directory that needs the page:
>
<snip>
> ErrorDocument 403 /password.html
You're telling the server to grab password.html from your root directory,
like www.yourdomain.com/password.html.
For directory-specific error pages, this should look like
ErrorDocument 403 password.html (if it's in the same folder)
or
ErrorDocument403 /path/to/password.html (URL path, not server path)
Carrie Bartkowiak
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com