Quantcast
Channel: how to create virtual host on XAMPP - Stack Overflow
Viewing all articles
Browse latest Browse all 17

Answer by Asarudeen for how to create virtual host on XAMPP

$
0
0

Write these codes end of the C:\xampp\apache\conf\extra\httpd-vhosts.conf file,

DocumentRoot "D:/xampp/htdocs/foldername"ServerName www.siteurl.comServerAlias www.siteurl.comErrorLog "logs/dummy-host.example.com-error.log"CustomLog "logs/dummy-host.example.com-access.log" common

between the virtual host tag.

and edit the file System32/Drivers/etc/hosts use notepad as administrator

add bottom of the file

127.0.0.1    www.siteurl.com

Viewing all articles
Browse latest Browse all 17

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>