Running Apache and IIS in Windows XP Pro
Posted by: Mike (---.hsd1.il.comcast.net)
Date: March 10, 2006 11:19PM

Help!

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/';

Can someone point me in the right direction... ?


Options: ReplyQuote
Re: Running Apache and IIS in Windows XP Pro
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 11, 2006 12:28PM

set $cfg['PmaAbsoluteUri'] to
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

Also, after you edit httpd.conf file, you need to restart apache for the new settings to take effect.

as for your 404 error, did you move the phpmyadmin folder?

Options: ReplyQuote
Re: Running Apache and IIS in Windows XP Pro
Posted by: Mike (---.hsd1.il.comcast.net)
Date: March 11, 2006 03:46PM

Thank you for your reply,

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

Thanks


Options: ReplyQuote
Re: Running Apache and IIS in Windows XP Pro
Posted by: Mike (---.hsd1.il.comcast.net)
Date: March 11, 2006 04:16PM

Im back with the following results;

Thank you for your help.

My WAMP5 installation now seems to be all working correctly.

Options: ReplyQuote
Re: Running Apache and IIS in Windows XP Pro
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 12, 2006 04:28PM

make sure you do not move your phpmyadmin and sqlite folders.

Options: ReplyQuote


Sorry, only registered users may post in this forum.