[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RAQ4 / .HTACCESS FILE PROBLEM
- Subject: RE: [cobalt-users] RAQ4 / .HTACCESS FILE PROBLEM
- From: Bo von Hohenlohe <bvhprods@xxxxxxx>
- Date: Thu Jan 23 08:11:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>Bo,
>
>Take a look inside /etc/httpd/conf/access.conf
>You can use pico to do this (From User ROOT)
>
>It's best to backup the file before making any changes ( cp access.conf
>access.conf.BAK )
>
>Make sure that you have the following settings:
>Options All
>AllowOverride All
>
>These two parameters allow you to use ALL available options within the
>.htaccess file as well as permit ALL overrides.
>
>Good Luck with your New Raq4,
>
>- Jeff
>http://www.Raq4less.com
>
>
>
>
>
>On Thursday, January 23, 2003, Bo von Hohenlohe Said:
>
>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.
Thank you all for the responses...
Attention Jeff (or any one):
You advised that I add the following to the /etc/httpd/conf/access.conf file:
Options All
AllowOverride All
I added "AllowOverride All" and it works.
Do I need to add "Options All" as well?
Thanks in advance.
Bo
bvhprods@xxxxxxx