How to fix WordPress 404 Errors, requested URL was not found on this server: Home Page works

We often find the issue of the WordPress page not found 404 error when we move the WordPress to another new server. Here will see how to fix the issue.How to install WordPress.com desktop app on Ubuntu Error: The requested URL was not found on this server. There could be multiple solutions you can find … Read more

How to install WordPress.com desktop app on Ubuntu

Start by opening your terminal and executing the following command to install all prerequisites: $ sudo apt install libgtkextra-dev gdebi-core Use your browser to download the wordpress.com Desktop app DEB package or use the following wgetshortcut command: $ wget -O wordpress_app.deb https://bit.ly/2uUiTdz Next, install the wordpress_app.deb package downloaded in the previous step: $ sudo gdebi wordpress_app.deb