I just installed easyphp 3.0, and I need IIS and Apache on local post (windows XP). To do so, I needed to change httpd.conf in C:\Program Files\EasyPHP 3.0\apache\conf. So now I have the following line modified as : Listen 127.0.0.1:8081.
It works when in url I write : [
127.0.0.1].
But it does not work if I use the easyphp logo down on the right. In that case, I go directly to [
127.0.0.1] and it bugs with IIS.
What are we supposed to do to solve that problem?