To add, you can also check out this link: http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/
virtual hosts through xampp. On Nov 1, 9:31 am, Tim Wienk <[email protected]> wrote: > Through XAMPP you probably set up some folder as "webroot" or > "htdocs", or whatever they call it. Place your mootools-core.js > somewhere inside that folder, and use <script > src="/path/to/mootools-core.js"> in the <head>-section of every page. > The path you use as src-attribute is relative to that webroot/htdocs > folder. > > So say you put the mootools file in: > C:\path\to\htdocs\js\mootools-core.js > > The src-attribute will be "/js/mootools-core.js".
