Lakshmi Narasimhan
Lakshmi Narasimhan

Reputation: 29

Unable to execute Phalcon project

I have installed Phalcon for PHP 5.6 and I have installed developer tools also. I created a project saying "hello!" from controller. while executing in browser Im unable to get the output. I am just getting the directories and files in that path. Help me out. Thanks in Advance :)

Upvotes: 0

Views: 66

Answers (1)

Michael Chandra Lrc
Michael Chandra Lrc

Reputation: 49

you need to have a .htaccess file. in phalcon u need to reference as this docs said https://docs.phalconphp.com/el/3.2/webserver-setup.

if u created a project using developer tools. u will see .htaccess file and shouldn't getting this error.

Upvotes: 0

Related Questions