[TYPO3-core] RFC: Add support for UNC paths in typolinks

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Aug 28 09:55:22 CEST 2006


Wolfgang Klinger schrieb am 25.08.2006 12:42:

>  On Thu, 24 Aug 2006, Michael Stucki wrote the following:
>> I have no problem if you don't like this feature. Alternatively I could also 
>> write a hook for this, but I think especially in Windows environments 
>> (Intranets) the feature is really useful.
> 
>  Hmm,
>  this works in IE:
>         <a href="file://\\server\share\">share</a>
>  and this is for Firefox:
>         <a href="file://///server/share/">share</a> 

Both seem to work on IE, so the one with the 5-slashes should be the
only needed. Reason for the 5 slashes:

file:/// = fileystem-root
file:///C:/ = root of C:
file:///// = UNC-network-root


Cheers,
Ernesto




More information about the TYPO3-team-core mailing list