[TYPO3-english] Multi sites sharing the same typo3conf/ext folder

Jigal van Hemert jigal at xs4all.nl
Mon Aug 2 19:05:54 CEST 2010


JoH asenau wrote:
>> I know it's possible to use only one typo3_src folder with symlinks,
>> but the server's running on Windows. Is there a way around it ?
> 
> You can use "symlinks" on Windows based servers (WinVista/WinServer 2008 +) as well.
> mklink /d "your:\virtual\path\here" "your:\real\path\here"

If this gives problems you can make hardlinks:

mklink /h link target
for files and
mklink /j link target
for directories (this is called a "directory junction")

I'm using this for a while now on my local testing installation to link 
to several versions in the local svn copy.

-- 
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list