--- On Thu, 7/10/08, Darrell D. Mobley <dmobley (at mark) uhostme.com> wrote:
> From: Darrell D. Mobley <dmobley (at mark) uhostme.com>
> Subject: [coba-e:13502] Re: Redirect to compensate for Open Webmail...
> To: coba-e (at mark) bluequartz.org
> Date: Thursday, July 10, 2008, 10:13 AM
> It gives a "Forbidden" error. I looked around
> Google and didn't find
> anything specific enough that worked, although I was headed
> to bed and
> didn't really stick with it.
>
You need to edit the /etc/httpd/conf/vhosts/site##.include file to allow .htaccess
# /etc/httpd/conf/vhosts/site##.include
# user customizations can be added here.
<Directory "/home/.sites/###/site##/web">
AllowOverride All
</Directory>
Then /etc/rc.d/init.d/httpd reload
--
Dan Kriwitsky