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. Link to comment https://forums.phpfreaks.com/topic/275080-wamp-server-22-not-working-on-windows-8-can-any-one-suggest-what-should-i-do/ 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> Link to comment https://forums.phpfreaks.com/topic/275080-wamp-server-22-not-working-on-windows-8-can-any-one-suggest-what-should-i-do/#findComment-1478681 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.