How to Install a LAMP Stack on Ubuntu 22.10 ‘Kinetic Kudu’

How to Install a LAMP Stack on Ubuntu 22.10 ‘Kinetic Kudu’

LAMP stack is a combination of open-source software that is commonly used to build and run web applications. The acronym “LAMP” stands for Linux, Apache, MySQL, and PHP. Together, these four components create a complete web development platform that is easy to set up, use, and maintain. LAMP is open-source software, which means it’s free…

How to Fix WordPress Pages and Permalinks 404 Not Found Error on Nginx Server
| | |

How to Fix WordPress Pages and Permalinks 404 Not Found Error on Nginx Server

Tested with After switched to Nginx from Apache server WordPress started showing 404 or Page not found errors. Homepage loads but all permalinks are 404 when using Nginx & PHP-FPM What causes the Nginx wordpress permalinks 404 error WordPress recommends PHP-FPM as the PHP handler to take advantage of NGINX. Unfortunately, mod_security rules will not work with…

How to update server default PHP version to the recommended version for WordPress
| |

How to update server default PHP version to the recommended version for WordPress

“Your server is running PHP version 5.4 but WordPress 5.2 requires at least 5.6.20” In case you saw this message on your site when installing WordPress, it means that your PHP version is not supported and WordPress requires minimum 5.6 PHP version. To fix this issue, you need to contact your hosting provider support and…