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
Post a Comment