apache - access xamp from another pc -


Hello I'm sure you've already heard this question hundred times. But I could not really solve myself. I have won 7 and XAMP 3.2.1. I'm building a site that I want to throw another PC through my WiFi network. All the explanations I've found are that I modify the httpd-xamp.conf file: Change this section:

  & lt; Placematch "^ / (? I: (?: Xampp | security | license | phpmyadmin | webalizer | server-state | server information])" & gt; Allow all All ErrorDocument 403 /error/XAMPP_FORBIDDEN.html .var & lt; / LocationMatch & gt;  

The problem is that this line of code does not exist on my version.

You only need to set up local IP after which you can access through local IP. Or type in ipconfig in cmd console, then copy and paste the IP address listed there into your browser. IPv4 address

  connection-specific DNS suffix: IPv4 address . . . . . . . . . : 1.27.153.141 // copy paste server for subnet mask . . . . . . . . . : 255.255.255.255 Default gateway. . . . . . . . : 0.0.0.0  

You can access your round public IP

as long as you access it through your public IP network

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -