[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq4 .htaccess not working
- Subject: RE: [cobalt-users] Raq4 .htaccess not working
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Jan 26 16:19:35 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hello,
>
> Could you share the fix please as I've had problems with htaccess too.
>
> Best Regards,
>
There's a couple of allowoverride lines in access.conf.
IIRC,
<Directory /home/sites>
AllowOverride All
</Directory>
Would allow all clients to make changes via .htaccess. You may want to
just put in:
<Directory /home/sites/site#>
AllowOverride All
</Directory>
That would only allow that specific site# to use .htaccess to make
otherwise not allowed changes.
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.