So I have my Apache server setup on tiger server almost exactly how I want it. One thing is still messing with me though, that is directory browsing.
I want to enable directory browsing. Shouldn't it be as simple as placing a .htaccess file on the root of the server? (that is /Library/WebServer/Documents)
This is the contents of my .htaccess
am I missing something?
Thanks,
Edit:
Also when I am browsing to the server and I browse to a directory without an index file I am getting a 403 Forbidden error... Which I assume is because I don't have directory browsing turned on...
I want to enable directory browsing. Shouldn't it be as simple as placing a .htaccess file on the root of the server? (that is /Library/WebServer/Documents)
This is the contents of my .htaccess
Code:
Options +Indexes
am I missing something?
Thanks,
Edit:
Also when I am browsing to the server and I browse to a directory without an index file I am getting a 403 Forbidden error... Which I assume is because I don't have directory browsing turned on...