Jump to content

Wamp server 2.2 not working on windows 8. Can Any one suggest what should i do.?


Recommended Posts

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.

  • 1 year later...

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.