I just downloaded EasyPHP and installed on Windows 7 Pro 32-bit system.
Apache works.
mysql works from command window but phpmyadmin button on EasyPHP page does not work.
when i click on phpmyadmin button from EasyPHP page I get a blank page. URL is
http://127.0.0.1/home/mysql/.
I was seeing "File does not exist: C:/EasyPHP/www/favicon.ico" in the Apache error log so I copied the phpmyadmin favicon to C:/EasyPHP/www/favicon.ico. I'm not getting that error any more but I still only get a blank page.
The last part of the Apache access log says:
127.0.0.1 - - [21/Feb/2010:10:53:00 -0500] "GET /favicon.ico HTTP/1.1" 200 18902
127.0.0.1 - - [21/Feb/2010:10:59:18 -0500] "GET /home/mysql HTTP/1.1" 301 236
Apache httpd.config has this:
#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
Alias /images_easyphp "C:/EasyPHP/home/images_easyphp"
Alias /home/mysql "C:/EasyPHP/phpmyadmin"
Alias /home/sqlite "C:/EasyPHP/sqlitemanager"
Alias /home "C:/EasyPHP/home"
c:/easyPHP/phpmyadmin/ contains a file named index.php
http://localhost/home/phpinfo.php works. I don't see anything wrong with what it tells me.
I've spent the last 24 hours searching for the cause and haven't found it. I've searched this forum and the rest of the Internet but I haven't found the solution.
Any ideas?
Thanks.