Category: WordPress
Re-enabling PHP After Ubuntu Upgrade
After updating the OS on my WordPress server to Ubuntu 18.04.1 LTS, I found that PHP was no longer working. Looking in /etc/apache2/mods-available I could see entries for php7.2 but… Read more
Supporting HTTPS in a DigitalOcean WordPress VM
It’s good practice to enable HTTPS on all websites so that visitors to your website have a secure connection. With a WordPress website, HTTPS secures the authentication details you enter… Read more