The requested URL was not found - permalink error
When I update the permalinks to anything but default, links in the site give the error The requested URL ### was not found on this Server . Enable rewrite_module in apache Introduction In this tutorial, we will activate and learn how to manage URL rewrites using Apache2's mod_rewrite module. This tool allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings. This guide is split into two halves: the first sets up a sample web application and the second explains commonly-used rewrite rules. Prerequisites To follow this tutorial, you will need: One fresh Ubuntu 14.04 Droplet A sudo non-root user, which you can set up by following steps 2 and 3 of this tutorial Step 1 — Installing Apache In this step, we will use a built-in package installer called apt-get . It simplifies management drastically and facilitates a clean installation. First, update the system's package index. This will ens...