WP permalinks broken on Amazon Linux

Home Forums Tech Web Development WP permalinks broken on Amazon Linux

This topic contains 0 replies, has 1 voice, and was last updated by  Udar Gromov 6 years, 5 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5183

    Udar Gromov
    Keymaster

    Yes!
    You’ve tried to enable post names permalinks and now all links on your WordPress site are broken – nothing works.

    You see that you root file .htaccess is updating, but nevertheless your new long links all not resolving.

    OK. We fixed that recently. You need to allow overrired

    You need to edit your /etc/httpd/conf/httpd.conf file and add this:

    AllowOverride All

    Then, restart the httpd server and enjoy!

    Explanation: When AllowOverride is set to None .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.