Hello Devz, Migrate a WordPress website can be a pain in the ass. But if you follow this procedure, it should be quite simple… Let’s considere: A = source site (ex: myoldwebsite.com) B = destination site (ex: newwebsite.com) Backup source site: 1. Deactivate all plugin in A (use the Select All the select Desactivate) 2. […]
Pi Web Server – Part 1: Install Nginx, PHP and MySQL
Install Nginx, PHP and MySQL I’m going to use nginx rather than the more traditional Apache2, because it is more efficient and on a low-power device like the Pi that’s going to be important. I’m also going to install PHP5 (with PHP APC to make it faster than normal) and MySQL as these are pretty […]