Friday, November 9, 2012

New XAMPP security concept: Access to the requested object is only available from the local network.

If you get this error you are in right place, the solution is very simple
1) goto C:\xampp\apache\conf\extra
2)open httpd-xampp.conf in editor
3)Find in this conf file
4)add Require all granted
5)below is my modified area
Alias /phpmyadmin "F:/xampp/phpMyAdmin/"
   
        AllowOverride AuthConfig
       Require all granted
   

6)Restart your apache from Xampp control panel or from Services
7) Now you can access your server from other Clients :) enjoy your server

No comments:

Post a Comment

Postman beginner Tutorial

Hi , I have started new video series of postman tutorial hope it will be helpful:Please give me your feed back in comments and like and sub...