[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] custom error pages



----- 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.

----------------------------------------------------------------------------
-------------