• There are issues with my website. All wordpress published page except home?suddenly broke. When click page “View” button got “The request URL was not found on this server”. I checked permalink but still didn’t solve the problem. I uses Astra theme without child theme but when I changed the theme the issues still exist.

    Any idea for this kind of issues? Thank you for the help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • How did you “check” the permalinks? Did you just save the settings again? Then the .htaccess file that is important for Pretty Permalinks should be saved again.

    If that doesn’t work, contact your hoster’s support. If applicable. He has changed a setting that prevents the URL rules from being executed.

    Thread Starter joannayoung

    (@joannayoung)

    still not working. I use cloud to install wordpress. I didn’t do anything. The pages suddenly couldn’t be accessed.

    Thread Starter joannayoung

    (@joannayoung)

    Solved the issue by the following steps:

    1. Enable .htaccess Overrides in apache2.conf file:
    <Directory /var/www/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
    </Directory>

    2. Enable mod_rewrite:

    sudo a2enmod rewrite

    3. Restart Apache:

    Then I was right to assume that something was missing from the hosting. Glad you were able to solve it. You are welcome to set the topic to solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All published pages couldn’t be viewed’ is closed to new replies.