• hi,

    I moved my wordpress site from a linux server to AWS linux server. Everything was copied and db backed up. The homepage comes fine but the rest of the links give 404 file not found error. Though i can access the files in edit mode but when i preview, same error.

    Any idea, what need to be done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please try resetting permalinks in Settings > Permalinks
    Make sure .htaccess is writable and is updated
    Check how it works with default permalink structure.

    Thread Starter nadeemj

    (@nadeemj)

    when i saved Permalinks to default, the page displayed, when i saved again to Post Name, its not displaying.

    I confirmed that the .htaccess was updated every time.

    the file has the following code

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

    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages are not displaying in Live mode and gives 404 Not found error’ is closed to new replies.