• Hi,

    I have just moved the site from one server to another. Same URLs etc. Took a cpanel back up and put on another cpanel. Site looks ok.

    But when I update page it shows error404
    when I try to update plugin shows eror404
    when I re install wp shows blank page.

    I have disabled plugins and checked htaccess
    Tried defalt permalinks.
    Checked pemissions as best I could.

    Any ideas please?

    http://www.basecampers.com

    htaccess shows
    # 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 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error404 after pressing publish’ is closed to new replies.