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

Re: [cobalt-users] RAQ4 / .HTACCESS FILE PROBLEM



I recently had to do a rebuild on our Raq4, and I had a problem with getting
.htaccess files to work (can't remember if it was exactly the same error
message though - there were plenty of other issues clogging my mind at the
time!!).

You might want to check the contents of your access.conf file in
/etc/httpd/conf/

About 52 lines down it is a line that specifies whether Apache will allow
users to override security settings within site folders, by default mine was
set to :-

AllowOverride None

I had to change this to :-

AllowOverride All

Making this change enabled .htaccess for me. Just be sure you are changing
the right setting, on mine the lines immediately before this setting were :-

# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"

Cheers,

Andy.

----- Original Message -----
From: "Bo von Hohenlohe" <bvhprods@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, January 23, 2003 5:43 AM
Subject: [cobalt-users] RAQ4 / .HTACCESS FILE PROBLEM


> PROBLEM:
> I just leased a RaQ4 and installed a .htaccess file, set the permissions
to
> 644 and get an the following message (same file and permissions work just
> fine on my RaQ3i):
>
> ERROR:
> "Internal Server Error
> The server encountered an internal error or misconfiguration and was
unable
> to complete your request. "
>
> .HTACCESS FILE SCRIPT:
> Options Includes ExecCGI
> AddType text/x-server-parsed-html html
> ErrorDocument 404 /refer.html
>
> Any bright ideas?
>
> Thank you in advance.
>
>
>
> Bo von Hohenlohe
> Bo von Hohenlohe Productions
> bvhprods@xxxxxxx
> bo@xxxxxxxxxxxx
> http://www.artfreak.com
>
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>