Friday, May 1, 2015

Accessing Localhost Joomla in Windows8 from another Windows PC

First open your XAMPP control manager, then click "Config", choose "Apache(httpd.conf)" :
After opening this file, go find this line :
Then change above line code as shown below :
We put an asterisk simbol (*) means that apache server will listen all of incoming connections from another computer withing the same subnet.

After changing that code, restart your apache server then try access your joomla server from another PC by typing :

http://192.168.x.x/joomla

If that PC still can't access our joomla localhost, please make sure that our firewall doesn't block our apache server :
Iyuuupzz.. by doing that, another PC absolutely can access our localhost joomla already... :D

Thanks... I hope this post is usefull... :-)

No comments:

Post a Comment