Apache Virtual Host in Windows - how do I deal with Symbolic links? -


I'm trying to run a virtual host on the WAPP stack. I FollowSymLinks is the option, but in Windows, the .lnk extension in all those symbolic links (I am using the shortcut and I think this may be the problem) So if I'm trying to reach settings.html then Apache can not find it because I'm sitting there because settings.html.lnk is. Apologies if my question is not clear

Apache shortcut does not understand that you need to use the appropriate symlink in the window, this command line tool < Code> mklink . See for more information.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -