Page 1 of 1

XAMPP E LOCAL NETWORK

PostPosted: 08. September 2015 22:18
by alessandro1987
I installed xampp and joomla inside the folder "site" in "htdocs". But now I would like to view the site in an internal network, having an address for example 10.20.20.20 and I must render to the remaining pc 's web address 10.20.20.20. / site there is a way to show the site by going to' ip address without writing even / site? I have to work on that file?

thanks

Re: XAMPP E LOCAL NETWORK

PostPosted: 11. September 2015 11:15
by Alex R4
Hello,

Your xampp is already on the internal network.
To view your web pages from other PCs within the internal network you have to request the data from your Apache server on your PC.
For example, if your PC has the IP address 10.20.20.20, and XAMPP is running on your PC, then the other PC's browsers have to type:
http:/10.20.20.20:80/site
where 10.20.20.20 = the ip address of your PC
80 = Apache port number on your PC
/site = your sub directory below htdocs containing your web files.

Good luck.