I have multiple sites that sit off the www folder under a windows wamp install.
What I’d like to be able to do is specify relative paths for all links within each page / js / css throughout each site. So rather than having to use
http://localhost/sitea/_assets/images/image1.jpg, I could use /_assets/images/image1.jpg etc.
I need to setup a rewrite rule for this in .htaccess – can anyone recommend a rule that will achieve this?
Gumbo – thanks for the heads up. Worked perfectly. I used Configuring Multiple Domains within WAMP for Local Development in the end.