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

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



Thanks for sharing.  I think in my case there is a mod rewrite issue that
leads to an error page being served if the link is clicked.

But thanks for sharing!  I'll still save this to refer to.

Regards,

Jimi

-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Dan Kriwitsky
Sent: 27 January 2004 00:10
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: 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.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.566 / Virus Database: 357 - Release Date: 22/01/2004