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

Re: [cobalt-users] no access to .htaccess folders after Cobalt Updates



> Have a look about this post in the Knowledge Base:
>
>
http://cobalt-knowledge.sun.com/cgi-bin/kbase.cfg/php/enduser/std_adp.php?p_sid=
>
Thhf8G1g&p_lva=&p_refno=010829-000005&p_created=999094584&p_sp=cF9ncmlkc29ydD0mc
>
F9yb3dfY250PTYmcF9zZWFyY2hfdGV4dD0uaHRhY2Nlc3MmcF9zZWFyY2hfdHlwZT0zJnBfcHJvZF9sd
>
mwxPX5hbnl_JnBfcHJvZF9sdmwyPX5hbnl_JnBfY2F0X2x2bDE9fmFueX4mcF9jYXRfbHZsMj1_YW55f
> iZwX3NvcnRfYnk9ZGZsdCZwX3BhZ2U9MQ**&p_li=
>
> There is an issue of htaccess files not being recognized on the RaQ4. This is
> due to the default configuration of the access.conf file and the AllowOverride
> parameter. The default configuration of the .htaccess files do allow for
> password protecting directories. The AllowOverride directive is not set to
"All"
> by default because this is a security risk. To change the directive edit the
> /etc/httpd/conf/access.conf file and replace AllowOverride AuthConfig Indexes
> Limit to AllowOverride All.
>
> Note, there are two places "AllowOverride AuthConfig Indexes Limit" is set.
One
> is under the [Directory /] and one under [Directory /home/sites/]. The one to
> replace is under [Directory /home/sites/].

Don't forget to reload httpd
/etc/rc.d/init.d/httpd reload

Gerald