I am trying to set up a local test server where I can test my code before pushing it live, although I have a little problem, I have set the httpd-vhosts.conf like this:
Asked
Active
Viewed 1,335 times
2
-
See http://www.tildemark.com/setting-up-virtual-hosts-with-xampp-running-on-windows-xp/ and http://stackoverflow.com/questions/7270787/need-help-with-xampp-virtual-host-resolved – Mihai8 May 21 '13 at 13:11
-
I have, but I can't get it to work. http://localhost - works fine http://mw1dev - does not load at all :( – Love2Code May 21 '13 at 13:26
-
Is mw1dev really at 172.0.0.1, or did you mean 127.0.0.1? – Luis May 21 '13 at 14:59
1 Answers
1
Try 127.0.0.1 mw1dev
in the host file.
After starting of Apache (and MySQL), go to the address localhost or 127.0.0.1 in your browser and examine all of the XAMPP examples and tools.

Hidden
- 3,598
- 4
- 34
- 57