ExpandPath on Apache UNC Alias returns wrong expansion
hi there
Running CF 9.0.1 un Windows based Apache 2.2.21. Apache and CF are runnign from C: something, Webroot is W:\ something.
CF is running in its own User Account and it HAS the right to access the UNC resource.
Apache has an alias like this
Alias /assets/ "//nas-3/temporary/assets/"
And we use this in CF code
frel = "/assets/000037/meintestpic.jpg";
fabs = ExpandPath (frel);
fabs is then
W:\WWW........\htdocs\assets\000037\meintestpic.jpg
Instead of the UNC path (//nas-3/temporary/assets/000037/meintestpic.jpg)
What do I have to do to get this working? Can't I rely on ExpandPath using such an setup?
Thanks for any pointers ... if this cannot be solved I have to rewrite a lot of code .. ;-(
Thank you.
Martin
