How to Install Phalcon?

This post will show you how to set up Phalcon. Simply log on to the server as a root administrator and use the commands below to install Phalcon on your SSD cloud server or low-cost managed VPS. cd /usr/src/git clone git://github.com/phalcon/cphalcon.gitcd cphalcon/build./install In PHP’s extension directory, paste the extension. cp -a php5/64bits/modules/phalcon.so /opt/cpanel/ea-php54/root/usr/lib64/php/modules/ cp -a … Read more

How do you turn on AutoSSL?

In this tutorial, you will learn about what AutoSSL is and how do you turn on AutoSSL? What is AutoSSL? Inside a customer’s Web host account, AutoSSL is an account-wide setting that can be toggled on and off. A regular server replaces self-signed certificates and expired (or soon-to-expire) certificates with new Let’s Encrypt certificates when … Read more