I have installed the latest vertrigo successfully, apparently, but my browser cannot find it as "localhost" at all. Is there a setting or something else wrong?
I got same problem. In httpd.conf file you can see that server is listening port 8080, so you could try connect localhost like this way -> localhost:8080
or change port to 80, so it will be like Listen 80
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got same problem. In httpd.conf file you can see that server is listening port 8080, so you could try connect localhost like this way -> localhost:8080
or change port to 80, so it will be like Listen 80
seems to have cleared up itself when I shut down and restarted the computer