Hello Everybody, I'm relatively new to apache. I installed easyphp, for simplicity sake, on my local windows xp pro machine to develop sites that will be uploaded to a linux apache server. the problem i am having is that when I use absolute paths in my php code to include files, images, etc.., in my local machine, the root starts in E:/ instead of my ServerRoot, which is E:/mySite. The reason why i have the site on the "mySite" directory is because later i want to create "mySite2", "mySite3", etc.. in the same server. Is there a way where I can tell apache to use different roots for each site. For example, if I am developing mySite2, I would like to be able to do this: <img src=”/imges/image1.jpg> and retrieve the image E:/mySite2/images/image1.jpg. Thanks in advanced.