You can setup a virtual directory in WAMP using Symbolic Link. You have to create a symbolic link in Windows using following command :
mklink /D [virtualDirectoryName] [TargetDirectory]
where,
/D indicates the target is a directory and not a file. If you don’t provide this then it will take file as target by default
[virtualDirectoryName] is the name of [...]
Archive for the ‘WAMP’ Category
21 May
Recent Comments