Re: [PHP] Going from IIS6 to WAMP

2010-03-01 Thread Jim Lucas
David Stoltz wrote: > Hi All, > > I have a working application in PHP 5.3 under IIS6. I've created a WAMP > server (Windows, Apache, MySQL, PHP) on a dedicated server, and I'm trying to > move the application to the new, dedicated server. > > My first problem, the new server doesn't like this l

RE: [PHP] Going from IIS6 to WAMP

2010-03-01 Thread Ashley Sheridan
: Robert Cummings [mailto:rob...@interjinn.com] > Sent: Monday, March 01, 2010 1:33 PM > To: David Stoltz > Cc: php-general@lists.php.net > Subject: Re: [PHP] Going from IIS6 to WAMP > > What does it do? Force the connection to https? if so you need to > configure Apach

RE: [PHP] Going from IIS6 to WAMP

2010-03-01 Thread David Stoltz
id Stoltz Cc: php-general@lists.php.net Subject: Re: [PHP] Going from IIS6 to WAMP What does it do? Force the connection to https? if so you need to configure Apache to serve over https. David Stoltz wrote: > Hi All, > > I have a working application in PHP 5.3 under IIS6. I've cr

Re: [PHP] Going from IIS6 to WAMP

2010-03-01 Thread Robert Cummings
What does it do? Force the connection to https? if so you need to configure Apache to serve over https. David Stoltz wrote: Hi All, I have a working application in PHP 5.3 under IIS6. I've created a WAMP server (Windows, Apache, MySQL, PHP) on a dedicated server, and I'm trying to move the