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

RE: [cobalt-users] Raq4 .htaccess not working



> 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.