Link to home
Start Free TrialLog in
Avatar of bearclaws75
bearclaws75

asked on

How to fix apache error: Directory index forbidden by Options directive?

I setup a website on a server (Fedora release 7;  Apache/2.2.8). I can access all of the pages on the site, however, when I run a script that writes a new html page, the script runs endlessly (i.e. browser says "waiting for mysite.com..." and I see this entry in the log file:

[Tue Apr 27 09:51:51 2010] [error] [client 10.5.96.9] Directory index forbidden by Options directive: /var/www/html/sites/mysite/trunk/files/

I searched experts-exchange and have tried the following recommendations in other posts:
* Disabled SELinux
* Confirmed there are no .htaccess files in /mysite/
* I am using this in my http.conf file: Options +Includes +FollowSymlinks +Indexes
* I restarted Apache

...with no luck.

FYI: this is working on a development server with the exact same php.ini and http.conf files.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of lloydswayze
lloydswayze

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bearclaws75
bearclaws75

ASKER

It was a permission error (!). Thanks for the reminder :)