[Solved] Wordpress Permalink settings set to 'Post Name' breaks the page.

 Solution: Edit the Apache file below

#vim /etc/apache2/apache2.conf

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride  None
        Require all granted
</Directory>

Change to :

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride  All
        Require all granted
</Directory>

Comments

Popular posts from this blog

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.

Email Notification in Koha! How to configure Email Notification in Koha 20.11 with postfix?

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.