This is a discussion on how to set up 'localhost' for IE? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I have installed phpdev that comes with mysql/phpMyAdmin/php/apache. verything works fine with Netscape but i have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have installed phpdev that comes with mysql/phpMyAdmin/php/apache. verything works fine with Netscape but i have trouble setting up IE to load http://localhost. I always get a 500 This page cannot be displayed error. I have no idea where i should go to correct this. Any help would be appreciated! Thanks. Shawn |
|
|||
|
Make sure that your IE setting don't use proxy server for local address.
Tools menu -> Internet Options -> Connections tab -> LAN settings ... check the box for bypass proxy server for local address. Also you might want to try http://localhost/ "shawn" <my_email@email.com> wrote in message news:zsTxc.21$i_D1.1@news01.bloor.is.net.cable.rog ers.com... > Hi, > > I have installed phpdev that comes with mysql/phpMyAdmin/php/apache. > verything works fine with Netscape but i have trouble setting up IE to load > http://localhost. I always get a 500 This page cannot be displayed error. I > have no idea where i should go to correct this. Any help would be > appreciated! > > Thanks. > > Shawn > > |
|
|||
|
Duyet The Vo a écrit le 10/06/2004 :
> Make sure that your IE setting don't use proxy server for local address. > Tools menu -> Internet Options -> Connections tab -> LAN settings ... > check the box for bypass proxy server for local address. > > Also you might want to try http://localhost/ Or even http://127.0.0.1/ |
|
|||
|
re. proxy setting: that is my IE's default setting not to use proxy server.
However when i disabled the "Automatically detect settings" it works.Thanks for the help. Shawn "Jedi121" <jedi121news@free.fr.Removethis> wrote in message news:mn.5a7c7d4678d55042.13034@free.fr.Removethis. .. > Duyet The Vo a écrit le 10/06/2004 : > > Make sure that your IE setting don't use proxy server for local address. > > Tools menu -> Internet Options -> Connections tab -> LAN settings ... > > check the box for bypass proxy server for local address. > > > > Also you might want to try http://localhost/ > > Or even http://127.0.0.1/ > > |