[PHP-WIN] Re: php, iis, securty warning

2003-07-17 Thread Shena Delian O'Brien
file and now it all works as it should. Shena Delian O'Brien wrote: Hi - On my dev machine I have WinXP Pro, IIS, PHP4, mysql. I am using it to test development before I upload it to the linux box (production server). Everything seemed to be working great, all my pages serve just fine, etc.

[PHP-WIN] php, iis, securty warning

2003-07-17 Thread Shena Delian O'Brien
Hi - On my dev machine I have WinXP Pro, IIS, PHP4, mysql. I am using it to test development before I upload it to the linux box (production server). Everything seemed to be working great, all my pages serve just fine, etc. Then I decide to add a new directory called "directory-dev" and copy a

[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Shena Delian O'Brien
What's your: $cfg['PmaAbsoluteUri'] $cfg['Servers'][$i]['host'] ? Should be something like : $cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin'; $cfg['Servers'][$i]['host'] = 'localhost'; Post other config entries that you've changed...? What authentication method are you using, etc? So