Hello,
I have followed all the steps given in tutorial and deployed project on AWS Linux server. I have already compiled and installed Phalcon framework. I can see it is enbaled in phpinfo. My folder structure is exactly as given in the tutorial. Created .htaccess files in app root and in public folder. Now when I acees the applicaiton using (ipaddress/myapp) is shows directory structure like app, public . If I try ipaddrress/myapp/public then it shows correct output in the browser. Do I need to setup additional configuration in Apache (httpd.conf file)? url_werite model is enabled and loaded. Any help is highly appreciated. Thanks & regards...