i was using wamp for many years without updating it (and without using virtual hosts) and now i installed it on a new computer and the new version forces me to use virtual hosts.
In the older version of wamp, i could link my jquery file to my project in index.php like this :
<script type='text/javascript' src='../jQuery/jquery-1.7.1.min.js'></script>
where index.php is in the directory Bobail (www contains Bobail and jQuery)
In the new version of wamp i have to create a virtual host for my project Bobail and now i can't use the jquery file. If i copy it inside of the directory of my project i can use it without problem but i don't like to have multiple copies of the same code.
Is there a way to use a file outside of the base directory of my project?