I have downloaded WAMP5 and PHP4.4.2 ADD-ON onto my WindowsXP Pro PC which I have previously set up with IIS and have been working out of Dreamweaver successfully.
I have installed per lynda.com training CD following Brain Maxx training installation instructions the WAMP5 and PHP4.4.2 ADD-ON downloads.
I have configured Dreamweaver and set up the training site per the instruction stated above and I am able to open any of the lessons with out any issues.
I am also able to launch from the WAMP5 taskbar dialog box Localhost successfully.
However when I try to launch either myphpAdmin or SQLiteManager from off the WAMP5 taskbar dialog box or from inside Dreamweaver, I recieve HTTP 404 - File not found by the Internet Explorer (6.X.X_ sp2).
I have set the UseCanonicalName On to Off and back On without any effect I have also set config.inc.php line $cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/';
Yes, I moved the phpmyadmin and sqlitemanager folders and the training folder inside the root folder (per instructions on the CD I am following.)
www learning_php phpmyadmin sqlitemanager
I will replace the phpmyadmin and sqlitemanager folders back to their original locations, updated the $cfg['PmaAbsoluteUri'] to = 'http://localhost/phpmyadmin/'; restart and apache for the new settings to take effect.
I will follow you advice today and check back in with my results