The error thrown "The requested URL /phpmyadmin was not found on this server in windows"
solution is
Check firewall is off,
put your wamp in Onlilne mode,
Edit the php alias file.This one new one.
Install Wamp,
exit it
Run notepad as administrator
go to C:\wamp\alias\phpmyadmin.conf
edit this line of code
AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1
by default it was the problem:
-------------------------
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
No comments:
Post a Comment