So, how to handle Microsoft links (*.lnk) in Apache on Windows?
Thanks in advance,
--
Thomas Harding, mainly UNIX administratotr :)
can you tell us what you want to do with these files?
i think you can do anything with it, as long as you dont mail them to me ;-)
--
Luuk
If you want to use them like symbolic links in unix, i think the answer is
forget it.
> can you tell us what you want to do with these files?
>
> i think you can do anything with it, as long as you dont mail them to me ;-)
My goal ist o use the ".lnk" (Windows shortcuts files) as UNIX
symbolic links.
But someone tells here that it is noy possible.
Would be great if an apache module handles it...
--
TH
and is answered via
http://en.wikipedia.org/wiki/NTFS_symbolic_link
> Would be great if an apache module handles it...
An enhancement to mpm_winnt would do fine, but
for folders Apache's alias directive does about it now.
HansH