We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon Hosting

Which is the cheapest shared hosting server that can support my phalcon site without caring about installing the engine?



7.9k

Better you use some cheap vps rather than shared hosting. You can search in lowendbox.com.

edited Dec '14

You can get 0 USD for VPS in Amazon EC2 T1 Micro for one whole year, if you sign up to AWS. Don't be affraid installing phalcon extention, It's very straightforward: https://phalcon.io/en/download.

To set up your vps, You can google: "how to install ubuntu lamp ec2 aws"

Note: I believe phalcon website is also hosted in AWS,

Hey man, i badly need help on getting phalcon to work on AWS LAMP installation. Phalcon is listed in phpinfo but phalcon is not recognized in cmd line or phalcon project won't run. I have created a 60-phalcon.so as well. What do i need to do? Also there is NO apache2 folder. Quite fustrating.

You can get 0 USD for VPS in Amazon EC2 T1 Micro for one whole year, if you sign up to AWS. Don't be affraid installing phalcon extention, It's very straightforward: https://phalcon.io/en/download.

To set up your vps, You can google: "how to install ubuntu lamp ec2 aws"

Note: I believe phalcon website is also hosted in AWS,

you can install phalcon devtools see here for details

https://github.com/phalcon/phalcon-devtools

I think i managed to get Phalcon working :) thank you very much guys.

To test this, i have hosted a phalcon project but only problem is that i have to append "/public" to the domain so then only would it will load the index controller? Any idea how we can achieve this via the .htaccess file outside the public folder? or any other way?



43.9k

Thank you very much guys :)

Hi, I've just created the following Phalcon deployment guide https://www.learnphalcon.com/category/showPosts/9/System-Deployment It's very detailed. I'd welcome any feedback. Thanks, Eoin.