Category: WordPress
Testing HTTPS with a second WordPress site
I wanted to create a second WordPress site, running on the same server as the first, with a different domain name. The WordPress documentation says that sites can have different… Read more
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