php - PHPMyAdmin error after updating EasyPHP -
i updated version of windows based apache server (i'm using easyphp) , i'm having issues php myadmin. old version(13.1 vc9), i'm able connect myadmin page, no problem. however, not able connect using new version(14.1 vc9). error new version is:
object not found! requested url not found on server. if entered url manually please check spelling , try again. if think server error, please contact webmaster. error 404 127.0.0.1 apache/2.4.7 (win32) php/5.4.24
what need able re-access phpmyadmin.
you should simple open http://127.0.0.1/home/
and here have sections modules. should have here @ least 1 phpmyadmin , when click it, open phpmyadmin.
if want use alias - example want load phpmyadmin using http://phpmyadmin
have create it.
so go again http://127.0.0.1/home/
, check if below phpmyadmin modules have virtual hosts manager 1.4 . if not, close easyphp , go http://www.easyphp.org/modules.php
, download , install virtual hosts manager (choose 1 14.1 vc9).
after start again easyphp should have @ http://127.0.0.1/home/
virtual hosts manager 1.4 . simple click on "add virtual host", name can example insert phpmyadmin , in path directory should insert whole system path directory have phpmyadmin. example mine **d:\daneaplikacji\easyphp\modules\phpmyadmin420x140509165737**. save , able open phpmyadmin using alias example http://phpmyadmin
Comments
Post a Comment