After installing WebMatrix, I can not access localhost, writes that it cannot find the Error 404 page. 127.0.0.1 is registered in the hosts localhost file

WebMatrix has already been deleted, Denwer reinstalled a couple of times - it did not help

What can be wrong?

  • So what's the default index file? Maybe you need to specify it in httpd.conf (or whatever is the default in Denver) - ArcherGodson
  • index file what? I reinstalled Denver several times, standing by all the default settings - Pavel Petrov

1 answer 1

If this is Denver: http://ru.wikipedia.org/wiki/Denwer , then no wonder! In Denwer, the web server is Apache, and WebMatrix only works with IIS. By the way, Denver (if it is one), it is desirable to install in the mode "on a flash drive."

  • to remove IIS and install dnver on a USB flash drive? - Pavel Petrov
  • changed to port 8080 and earned # Listen $ & {ip: -127.0.0.1}: $ & {port: -80} #NameVirtualHost $ & {ip: -127.0.0.1}: $ & {port: -80} # < VirtualHost $ & {ip: -127.0.0.1}: $ & {port: -80}> - Pavel Petrov
  • That's right! If there is also IIS, then they are with Apache, which is in Denver, and should have been butting, if at the same address and on the same port !!! And how the port changed - so it worked. - areshin