Ajay Kk - 2010-10-16

hi,
this is nice server.
but there is one major issue  is coming.  link is not opening which is anchor to directory

e.g: <a href="anyfolder/ ">Open dir</a>

as this is needed by few php framework is following mvc pattern and work: url/controller/action as they map the directory with controller name.

and some time we need to execute the directory to list few files for downloading files list.

i tried

i also uncomment the     LoadModule dir_module modules/mod_dir.so

<Directory />

    Options FollowSymLinks

    AllowOverride None

    #XAMPP

    #Order deny,allow

    #Deny from all

</Directory>

<IfModule dir_module>

    DirectoryIndex index.html index.php

</IfModule>

nothing work.

please guide where i am missing and how to resolve this ..

Thanks in advance