After Install Wamp Server, When you access phpmyadmin, you may get following Error/Problem,
Forbidden
You don’t have permission to access /phpmyadmin/ on this server.
Or
You can find lot of solutions. Here We are giving most valuable Answer.
Solution for Forbidden You don’t have permission to access /phpmyadmin/ on this server
- Goto phpmyadmin.conf file
- Replace Some code
- Some other Option/Case:
-
Left Single click the Wamp Taskbar Icon
- See last option. If that’s shows Put Online, Click that.
- If Wamp is latest versions means, server will automatically restart. Otherwise do by manually.
You can go to c:\wamp\alias\. Here C: is Wamp installed Drive.
If you open ‘phpmyadmin.conf’, you can see following code,
Leave rest of code as it is, and just add following code,
Allow from all
Allow from ::1
If you add this code then it’ll became like following code,( better replace your code with this code )
<Directory “c:/wamp/apps/phpmyadmin3.5.1/”>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
Allow from ::1
</Directory>
Some time, your wamp server maybe Offline. First check whether your server is in Online or Offline. Do my following steps,
Now you solved “Forbidden You don’t have permission to access /phpmyadmin/ on this server” error/problem.
Latest posts by KarSho (see all)
- Step to Install JOOMLA in WAMP Localhost - March 30, 2020
- ‘Your Projects’ Links Not working in WAMP Server - March 29, 2020
awesome
thanks a lot! But does these changes lead to anyone accessing my server?
Yes Thrishma. Actually anyone can access your local-server. Here we are giving permission to all, to access PhpMyAdmin. You can set password for your MySQL. But any-one can open your file. So, it’s not required. That’s Localhost default password is ‘Empty’. Got it?
Hi, I’m trying to use my apache server on WAMP from ( a another PC on my home network, and b) from outside the network. I’ve followed the steps above, but using the httpd.conf file. I can’t get access to the server still. Internally I’m typing the local ip of the PC with the apache server running (192.168.0.4), still getting 403 error. Any suggestions?
Thanks for Comment Dude. Here I explained for phpmyadmin httpd.config. You can try same changes in apache httpd.config file. If you can’t let me know.
Thanks for getting back to me, have made these changes to httpd.config but still getting the same error. Have also checked that windows firewall is allowing TCP confections to the server via port 80. Am stumped.
hey i have followed all the instructions step by step to upgrade phpmyadmin still i am getting this http 403 forbidden error.
Can U pls help with it !!
thanks.
its work
thanks a lot
Hello. And Bye.
hi , i installed wamp server . Phpmyadmin is working properly.
But I can’t access directories from local host..When I click on the link, address bar shows like’ project/'(project is folder name)instead of ‘localhost/project’..
Please give a right way…
Thanks frnd.
Thanks
I installed again wampserver and I change in the file phpmyadmin.conf “Require local” with “Require all granted”
HI
I followed above instruction but still it given “Not Found
The requested URL /phpmyadmin/ was not found on this server.”
any one can help me please
Thanks a lot…. great work… awsome….. blah blah blah….
its working…
If you want to all particular hosts/computers,
instead of
Allow from all
Allow from ::1
you can use
Allow from ipaddress1
Allow from ipaddress2
Regards…
Thanks for your update, Navazkhan.
hai sir, i have one doubt that is, “how to execute a php source code in html” if u know kindly reply me
Thanks a million. it was helpful.
it doesn’t work I think that’s because windows 8 or IP V6
it doesn’t work. please help me out, is urgent.