Ubuntu: Setting Up a WordPress Website with LEMP – Part 2
Jun04

Ubuntu: Setting Up a WordPress Website with LEMP – Part 2

KB ID 0001319  Problem Back in part one we deployed the server and setup our database, now we are going to setup our nginx web server, and get it to work with PHP. Solution Install NGINX To get the nginx package installed; sudo apt install nginx Now ensure nginx is set to start automatically with the server, and manually start the service. sudo systemctl enable nginx sudo systemctl start nginx Make sure it’s up and running;...

Read More
Ubuntu: Setting Up a WordPress Website with LEMP – Part 1
Jun02

Ubuntu: Setting Up a WordPress Website with LEMP – Part 1

KB ID 0001318  Problem At the time of writing this site is running on CentOS7 LAMP (Linux Apache MySQL and PHP). Well I’m actually using MariaDB not MySQL as it’s ‘supposed’ to be a little faster, but they are similar enough to be accepted. I’m planning to migrate to Ubuntu 17 LEMP (Linux ‘EnginX’ MySQL and PHP) again with MariaDB. As the site is getting more traffic I want to utilise the...

Read More
Migrating WordPress From One Server To Another
May31

Migrating WordPress From One Server To Another

KB ID 0001315  Problem I have to say before I start, that most of the credit for this article lies with Allen White from www.techieshelp.com. Who gave me the three most important pieces of information that you need to migrate your WordPress site.  Three Things You Need; The contents of your wp-content directory. The contents of the root of your site. A backup of your database, (this is a lot easier than you think). Now there may be a...

Read More
Migrated WordPress Site – Homepage Works, All Other Pages/Links Fail
Jan09

Migrated WordPress Site – Homepage Works, All Other Pages/Links Fail

KB ID 0001126  Problem I’m in the process of migrating the site back to its original VPS now that the site re-write and redesign has been completed. I used a plugin (UpdraftPlus) to backup the site, and its database, and then restored it to the new server. After the restore I connected to the new server and there was the site in all its glory 🙂 However, every single link I clicked gave me a; Not Found The requested URL {Path}...

Read More