Apache Virtual Host in Windows - how do I deal with Symbolic links?
Posted
by Peeaytchpee
on Stack Overflow
See other posts from Stack Overflow
or by Peeaytchpee
Published on 2010-06-14T03:43:08Z
Indexed on
2010/06/14
3:52 UTC
Read the original article
Hit count: 220
Hi Folks,
I'm trying to run a virtual host on a WAPP stack. My virtual host has the FollowSymLinks
option, but in Windows, all those symbolic links (I'm using shortcuts, and I think this may be the problem) have the .lnk
extension. So if I'm trying to access settings.html
, Apache can't find it because all i have sitting there is settings.html.lnk
. Apologies if my question is unclear.
© Stack Overflow or respective owner