I just downloaded the latest XAMPP version installed it on my new PC. however I cannot access the local webserver via browser(Google Chrome) from another PC on my LAN.
I allowed MySQL and Apache through my Firewall. setup a static IP on my server PC. (192.168.1.130) I also changed the configuration of httpd.conf file
from
<Directory />
AllowOverride none
Require all denied
</Directory>
to
<Directory />
AllowOverride All
Require all denied
</Directory>
then I restarted apache.. still cannot access it via IP or Computer name.