Recently I have updated PHP from version 5.3 to 5.5 on my web server.
WordPress Permalinks was working prior to that, but now Permalinks has stopped working, and I have to use the default option which gives the page id in url.
WordPress version is 4.0.1
This rewrites .htaccess and wordpress permalinks may work in most cases
if .htaccess is not created, make .htaccess with following
can you also confirm mod_rewrite is enabled in your server?
For some situations just resaving the permalink settings in
Dashboard>Settings>Permalink>[postname]>Save Changes
will refresh the.htaccess
file.If that is ignored, chances are that the
.htaccess
file is not writeable. In that case, check yourapache.conf
:Then restart apache2 using:
While there, be sure to double-check permissions and owner of the file: