Love2Code
Love2Code

Reputation: 918

XAMPP Virtual Host Not Loading

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:

Upvotes: 2

Views: 1343

Answers (1)

Hidden
Hidden

Reputation: 3628

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.

Upvotes: 1

Related Questions