I have this error ("aaaaa" is a root folder of my app)
I try access https://localhost/aaaaa/index/index and:
Forbidden
You don't have permission to access /aaaaa/public/redirect:/aaaaa/public/index.html/index/index on this server.
but, all other pages of my app are accessed correctly.
I already gave access permission for all users in the folder.
why this error happens?
phalcon 1.3.2
php 5.5.9
sorry for my english
Thanks.