Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MadeToMac

macrumors newbie
Original poster
Jul 27, 2014
13
0
Hey guys, I was having some access forbidden issues after doing the Beta upgrade and I have seen a couple of other threads with the issue but I don't know if anyone was having this particular problem and using htaccess.

After checking the Apache error logs I saw I kept receiving this error:
"AH01276: Cannot serve directory
/Library/WebServer/Documents/videos/: No matching DirectoryIndex
(index.php,index.html,index.html,index.php) found, and server-generated
directory index forbidden by Options directive"


The fix for me was to change this in the <Directory "/Your/Web/Directory"> section:

Options FollowSymLinks Multiviews
to
Options Indexes FollowSymLinks MultiViews

Seem to fix all my problems. And remember if you're using .htaccess you need to change the AllowOverride None to All in the same section and restart the apache service.

Just thought I'd post this to hopefully save a few people some time and frustration.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.