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

[cobalt-users] Re: RewriteEngine not allowed here .htaccess



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