apache - Xampp vhost not working -


hi have been trying vhost work last hour , still redirected wrong site here vhost

# virtual hosts # # required modules: mod_log_config  # if want maintain multiple domains/hostnames on # machine can setup virtualhost containers them. configurations # use name-based virtual hosts server doesn't need worry # ip addresses. indicated asterisks in directives below. # # please see documentation @  # <url:http://httpd.apache.org/docs/2.4/vhosts/> # further details before try setup virtual hosts. # # may use command line option '-s' verify virtual host # configuration.  # # use name-based virtual hosting. # ##namevirtualhost *:80 # # virtualhost example: # apache directive may go virtualhost container. # first virtualhost section used requests not # match ##servername or ##serveralias in <virtualhost> block. # # <virtualhost *:80>     documentroot "c:\xampp\htdocs\forum"     servername www.timeprison.tk     serveralias timeprison.tk     <directory "c:\xampp\htdocs\forum">         order allow,deny         allow     </directory> </virtualhost>  <virtualhost *:80>     serveradmin webmaster@dummy-host.example.com     documentroot "c:/xampp/htdocs/daphne"     servername www.vandewielmedia.ml     serveralias vandewielmedia.ml     errorlog "logs/daphne-error.log" </virtualhost> 

can please me on how fix keep getting redirected vandewielmedia.ml when try go timeprison.tk , have no idea how fix it


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -