[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Apache problem: "Options not allowed here" error
- Subject: [cobalt-users] Apache problem: "Options not allowed here" error
- From: "Steve Dondley" <stevedondley@xxxxxxxxx>
- Date: Tue Sep 30 22:40:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm trying to get a piece of software working that changes some php.ini
settings via .htaccess file. I configured my access.conf file as
follows:
<Directory /home/sites/>
Options All
AllowOverride AuthConfig Indexes Limit Options
When I restart the server, I still get the error, however. I've
experimented with other settings but have met with no success. Any
guidance is appreciated.