[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: RewriteEngine not allowed here .htaccess
- Subject: [cobalt-users] Re: RewriteEngine not allowed here .htaccess
- From: "DeSign Co. - The web Pro's" <design-co@xxxxxxxxxx>
- Date: Fri Mar 15 13:10:30 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Found out how to fix this problem...
.htaccess file for HOTLINKING was causing a "Internal server error" here was
the error...
[Tue Mar 12 20:38:42 2002] [alert] [client XX.XXX.XX.XXX]
/home/sites/site4/web/main/test/.htaccess: RewriteEngine not allowed here
the solution was to add a few lines in the access.conf file, since it was
hard for me to figure out I thought I would share it since some of you
emailed me and asked me to let you know if I figured it out myself...
access.conf file needs this added so the RewriteEngine has permission to
work in the virtual servers you give permission to here.
<Directory /home/sites/siteXX>
AllowOverride All
Options All
</Directory>
(Replace siteXX with the site number you would like to activate this in.)
That's it.
Cheers!
Chris Curlette
RipQ.com