I am trying to access another PC Localhost on my PC in same LAN using IP address of that PC, and I am use WAMP Server to connect phpmyadmin of another pc.
I am successfully connected to WAMP server(e.g URL http://192.168.1.8/), but if I try to click on phpmyadmin(http://192.168.1.8/phpmyadmin/) then following network error occurred.
Forbidden
You don't have permission to access /phpmyadmin/ on this server. Apache/2.4.9 (Win32) PHP/5.5.12 Server at 192.168.1.8 Port 80"
Please note that I trying to access another PC Localhost not my PC Localhost.
I am tried each and every thing to solve this problem can not solve that problem.
I change httpd.conf
file according to required changes
i.e Require local
to Require all granted
.
I also change in phpmyadmin.conf
file
i.e Deny from all
to Require all granted
but not improve the problem
Please tell me the solution of that problem.