I can use mklink /D
to create a directory symlink on Windows, and XAMPP has no problem following it and using the files in it.
But when I'm symlinking to a network share rather than just another local folder, although it still works fine in Windows, XAMPP's Apache can not see it at all.
Is there any way around this, or is it impossible to symlink a network share with XAMPP?
(XAMPP's httpd.conf (in C:\xampp\apache\httpd.conf) has Options FollowSymLinks
turned on by default - and it's working, as evidenced by the local folder example)
Edit: this is on XAMPP 3.2.1 on Windows 10 Pro