IE6 can't connect to localhost

  • Thread starter Thread starter Greg Weiler
  • Start date Start date
G

Greg Weiler

When running some applications that use or integrate a
browser (MetaProduct's Offline Explorer Pro on
http://127.0.0.1:800, AmphetaDeask on
http://127.0.0.1:8888, phpdev on http://localhost) IE6
comes up with a 500 server error - bad url.

When I use Mozilla as the default browser, there is no
problem with any of these. What can I do to fix IE6's
behaviour?

I'm on WinXp Pro Sp1
 
What program is listening on those ports?
Is Mozilla going to be its own server?


Compare the results of
netstat -a

in each case.
 
Back
Top