I have configured all my websites in the "Sites" folder to be tested in my browser. When I type a web address for example http://test.dev, I get "It Works".
Why?
|
I have configured all my websites in the "Sites" folder to be tested in my browser. When I type a web address for example http://test.dev, I get "It Works". Why? | |||||
feedback
|
|
That's the default Apache HTTP index page. It's there to indicate you've correctly installed and enabled httpd. | |||||
feedback
|
|
This probably means that you don't have a specific entry in your web server configuration for for the IP address (if using IP-based virtual hosting) or the name you are trying to reach (test.dev, in your example, if using name-based virtual hosting). For example, in Apache you can create So, to resolve it you could either make the virtual host config for the site that you want to receive these requests include this name/IP that isn't currently matching (preferable) or make one of your sites existing in the main config instead of in a | |||
|
feedback
|
|
That page is located in You need to make sure you uncomment the second line of the following:
That file then includes the files in There should be one with your username. You can then go to | |||
|
feedback
|