requests are taken to the wrong directory
- by gidireich
Hi,
I use xampp on windows 7 64, to test locally my php web application
I use virtual hosts to have access to my code from different domain names.
Now, I created a new version of the code and want to access both versions using different domain names.
I added a new virtual host newversion.mysite.local to httpd-vhosts.conf and directed it to the directory of the new version.
Also updated the windows hosts file with the line 127.0.0.4 newversion.mysite.local
A strange thing happens: when browsing to newversion.mysite.local I'm being taken to the old version, which is located at a different location.
How the hell this happens?
Please help me with ideas
Thank you
Gidi