williampritchard Posted March 1, 2013 Share Posted March 1, 2013 When I installed Wamp server 2.2 in my pc that's running on windows 8, I’m having a problem regarding phpmyadmin and it says that “it cannot access the phpmyadmin”. I also tried to open http://127.0.0.1 but it also doesn’t working. Suggest me solution please. Quote Link to comment Share on other sites More sharing options...
Azerex Posted May 8, 2014 Share Posted May 8, 2014 You can try this, I'm honestly not sure if this will fix your problem but it could. go to wamp/alias/phpmyadmin.conf and edit <Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> to <Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Allow,Deny Allow from all </Directory> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.