XAMPP Server - Forbidden Error
by Subramanian[ Edit ] 2012-09-10 15:22:51
How to get access to the XAMPP Server
Navigate to your xampp/apache/conf/extra folder
Using a text editor, open httpd-xampp.conf
Find the following line:
Allow from 127.0.0.1
Change the line to:
Allow from all (Your Ip address)
Save the file and restart your XAMPP server