I successfully installed wamp5 1.6.6 and got .php pages up and running under c:\wamp\www\mydir\* e.g. [
localhost] works fine.
I would like put some of the pages in a different location so I made a shortcut in c:\wamp\www to the new location. I made sure
Options FollowSymLinks
and restarted apache. ( I assume symlink==shortcut in Wamp land.) But I can't get to the linked directory. Browser shows 404 file not found and apache log shows "File does not exist: C:/wamp/www/shortcutdir" . I checked permissions on the shortcut and it appears to be ok.
What else should I check to get the shortcut to be followed?