Apache VirtualHosts not working properly -


i created 2 virtualhosts, only 1 of them functional.

<virtualhost *:80>    documentroot "c:/xampp/htdocs/test"    servername test.local </virtualhost>  <virtualhost *:80>    documentroot "c:/xampp/htdocs/something"    servername something.local </virtualhost> 

test.local works fine, second 1 won't load.


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -