Re: RE: index files in subdirectories
I'm running apache on a Windows 2003 Server machine (not my choice of operating system :P) so I can't run chown :(
My directory settings are:
<Directory "D:/Websites/gateway">
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
ScriptInterpreterSource Registry-Strict
</Directory>
<Directory "D:/Websites/gateway/cometawiki">
Options All
#Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory "D:/Websites/gateway/cometazilla">
Options All
#Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Do I need to do something here or do I need to go to change the folder permissions on the security tab in Windows?