The situation:
Apache services are running (Windows XP SP2).
Virtual host has been successfully created and works both
with Dreamweaver php pages and pages entered directly in the
browser address bar (e.g.
http://mysite/folder/foo.php.
Server root is d:\htdocs.
Sites stored in this server root: d:\htdocs\mysite.
phpMyAdmin folder stored in the server root
d:\htdocs\phpMyAdmin.
My problem:
I have successfully installed MySql and try to configure
phpMyAdmin according to the reccomendations in David Powers
book "PHP solutions". When I start to load the setup php
using the address:
http://phpmyadmin/scripts/setup.php
I am
automatically connected to the internet and this page is
loaded
http://www.phpmyadmin.net/home_page/index.php
I have then manually modified the config.inc.php and stored
in the phpMyAdmin root. If I try to launch phpMyAdmin by
entering
http://phpmyadmin/ the same page is
loaded from the
internet but not phpMyAdmin.
What have I missed and how can I get phpMyAdmin to work
properly?
Paul