Forum Moderators: phranque
I`ve a question regarding the FollowSymLink option. I added the following lines to httpd.conf and restartet the apache :
Alias /private_area/ "C:/Web/private/"
<Directory "C:/Web/private/">
Options all +FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Ok, I can browse this directory.
The problem:
I created a link to another directory (testdir)in this directory. The intention was, that the apache follows the link and displays the content of the linked directory. What I see is a file named testdir.lnk and when I click on it I get a download.
I thought, I can influence the behaviour with the FollowSymLink option? How can I force the apache to "follow" the link?
Thank you very much
regards,
Mark