[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [RaQ2] .htaccess - ErrorDocument and FrontPage
- Subject: RE: [cobalt-users] [RaQ2] .htaccess - ErrorDocument and FrontPage
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Wed Jun 28 12:37:24 2000
> My question is now the following. Our customer only wants to
> create its own
> error pages. What would be the best solution to do this, and what
> about the
> idea of uploading the .htaccess file via FTP instead of via FrontPage?
>
Here's a FP .htaccess file from my RAQ2. I'm not sure if this will work for
your needs.
# -FrontPage-
Options None ExecCGI
ErrorDocument 404 error.html
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.domain.com
--
Dan Kriwitsky