Second time trying to post this.
When reaching the end of the first section of the tutorial my browser shows a directory listing instead of the "Hello!" message using the following URL - "https://localhost/tutorial".
If I add the public folder to it, i.e. "https://localhost/tutorial/public", it works correctly.
I created and placed both .htaccess files in their respective folders.
I followed the same folder convention as shown on the page, "tutorial" as the 'root' folder with "app" and "public" contained therein.
phpInfo shows Phalcon enabled as version 1.3.2.
I believe I have followed the instructions word for word and so I am disappointed that it isn't working.
Questions:
1) What does the "test" refer to in the URL "https://localhost/test" as shown in the graphic saying "Hello!"?
2) What is the root folder in Apache's httpd.conf set to in relation to the tutorial folder as shown in the suggested file structure?
Any other thoughts on what might be causing this behavior?