• Hi everyone,

    I have set up a new website, and besides the home page, all pages have got this error:

    Not Found
    The requested URL XXXXXX was not found on this server.

    I tried many time to modify the htaccessfile and now looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.html$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.html [L]
    </IfModule>
    # END WordPress

    I’m using amazon Lightsail.

    Thanks a lot !

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

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Try resetting your custom permalinks back to the default setting and renaming your WordPress .htaccess file.

    If that works, then try reading Using_Permalinks before setting a custom permalink structure again.

    If clearing your Permalinks does not alleviate the issue, this could be attributed to anything from a web server configuration to a bad WordPress install.

Viewing 1 replies (of 1 total)
  • The topic ‘The requested URL was not found on this server’ is closed to new replies.