Thursday, 24 April 2014

how to host your php site in local server in xampp

first install my public wifi then one ip automatic generate in IPV4 when right click on wifi

C:\xampp\apache\conf\extra\httpd-vhosts.conf

<VirtualHost 192.168.1.102:80>
    ServerAdmin root@192.168.1.102
    DocumentRoot "C:/xampp/htdocs/SOCH/"
    ServerName 192.168.1.102
    ErrorLog "logs/dummy-host2.example.com-error.log"
    CustomLog "logs/dummy-host2.example.com-access.log" common
</VirtualHost>

No comments:

Post a Comment