• Hey,
    I have a blog using WP and had to move to a new host the whole WP site.
    The domain name stayed the same, just the host changed and after moving the whole site, it shows up ‘page not found’ message and won’t load any article… Admin site is working, just the frontend not…

    I imported the sql fdatabase from the old host, so that’s in place and modified also the wp-config accordingly to the new sql parameters and already tried some tricks found here at the forum, but still nothing.

    Here’s the site: https://blog.csirak.hu/
    (don’t look at the other menu subpages, those are static html sites working next to the wp, just the blog is the wp site…)

    Thanks for any help you can give me! ??
    Szabolcs

Viewing 4 replies - 1 through 4 (of 4 total)
  • Brian

    (@briansteeleca)

    Just a thought – did you try resaving your permalinks after moving the site?

    Thread Starter szalay16

    (@szalay16)

    Thanks for the tip, yes, I tried it, but still nothing…this page not found message…
    And if I open directly a post by the link, than the sidebars and footer load fine, but not the post itself…strange…
    Any other idea? ??

    This is most likely due to your .htaccess file not being copied correctly.

    Did it come across during the migration ?

    Thread Starter szalay16

    (@szalay16)

    That can be possible problem. I copied exactly what I had at the other host, but there is a chance that it’s not good here…
    Yes it all went wrong after I migrated, set up everything…beforehand all worked.
    This is the current .htaccess:

    # 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)
  • The topic ‘Page not found after moving to new host’ is closed to new replies.