[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] custom error pages
- Subject: Re: [cobalt-users] custom error pages
- From: "Paul Harvey" <paul@xxxxxxxxxxxxx>
- Date: Wed Sep 5 17:07:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Hostmaster : Beyond2K" <Hostmaster@xxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, September 05, 2001 10:27 AM
Subject: Re: [cobalt-users] custom error pages
> > I too have been trying to get this working on a Raq4 but just keep
getting a
> > Server Error when the .htaccess file is placed in a directory. Amending
the
> > access.conf file does not seem to help.
> >
> > Placing the .htaccess file on a Raq3 does not seem to have any problems
and
> > no amendment to the access.cong file is required.
> >
> > Confused!!!
>
> Me also - you did restart httpd after adjusting the access.conf ?
>
> =====
> /etc/rc.d/init.d/httpd restart
> =====
>
> I have 2 lines the same in mine:
>
> =====
> AllowOverride AuthConfig Limit FileInfo Options Indexes
> =====
>
> Once the webserver has been restarted with these settings I can think of
no reason why your .htaccess file does not work unless
> permissions on the .htaccess file are incorrect.
>
> Good luck.
>
> Brett
> Beyond2K - Webmaster / Hostmaster
------------------------------------------------------------
I did a restart but it did not help. I even included a directory override
as below to the actual web site but that did not work either:
<Directory /home/sites/site1/web>
AllowOverride All
Options All
</Directory>
Also tried adding this:
order allow,deny
allow from all
AuthFailDelay 2000000
Still get Internal Server Error.
Am I the only one with this problem on a Raq4?
Any help would be appreciated.
----------------------------------------------------------------------------
-------------