Here we’ll cover how to set the default time zone on your Ubuntu 16.04 Apache Server.
First, open your php.ini file (found within the /etc/ directory) in a plain text … Read More
Here you can find blog posts from Andy Corby (Digital Marketing and Development Professional) relating to Web Development.
Including posts on: Installing LetsEncrypt SSL Certificates, Installing brought SSL Certificates, Setting server time zone on Ubuntu 16.04 Apache server, SSL Certificates within the Great Firewall of China, How to configure a new Ubuntu 16.04 Apache server, Using RedirectMatch in your htaccess file, clearing error and access logs on your Ubuntu 16.04 server, and some best practices around coding and programming for internet applications and websites.
Here we’ll cover how to set the default time zone on your Ubuntu 16.04 Apache Server.
First, open your php.ini file (found within the /etc/ directory) in a plain text … Read More
Here are the terminal commands to set up a free LetsEncrypt SSL certificate on Ubuntu 16.04 Apache server.
First run these commands in terminal:
sudo apt-get update
sudo apt-get install … Read More
Here are the terminal commands and steps to install a brought SSL Certificate on Ubuntu 16.04 Apache server (not LetsEncrypt).
sudo mkdir /etc/apache2/ssl
sudo mkdir /etc/apache2/ssl/private
sudo chmod 755 /etc/apache2/ssl… Read More