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

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



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.

Snip of code from my access.conf
****************************************************************************
# This should be changed to whatever you set DocumentRoot to.

<Directory /home/sites/>

# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".

# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.

Options All

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

AllowOverride All

# ignore .ht*
<Files ".ht*">
deny from all
</Files>

# Controls who can get stuff from this server.

order allow,deny
allow from all

AuthFailDelay 2000000

# Frontpage subwebs use a nice mix of pam and Basic authentication
AuthPAM_FallThrough on

</Directory>
****************************************************************************
*******

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.



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