Please follow the following steps
Inside the
Inside the
httpd.conf file, find line that saysListen 80 => Listen 8080
ServerName localhost:80 =>ServerName localhost:8080Next step, still from XAMPP Control Panel, under Apache, click theConfigbutton again, but this time select the Apache (httpd-ssl.conf). Inside thehttpd-ssl.conffile, find line that saysListen 443 =>Listen 4433<VirtualHost _default_:443> =><VirtualHost _default_:4433>ServerName localhost:443 =>ServerName localhost:4433Orignial LinkAlso to add virtual host goto E:\xampp\apache\conf\extra\httpd-vhosts.conf and add virtual hos C:\Windows\System32\drivers\etc\hosts also add host name
Comments
Post a Comment