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>
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>