Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    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? ??

    Thread Starter szalay16

    (@szalay16)

    Thanks a lot for your hint, the plugin deactivating and one-by-one reactivating trick worked and found the faulty plugin…and now everything is running.

    Now the tricky thing comes with the plugin how to solve, but that’s another game, this part is solved.
    Thank you very much!!!

Viewing 3 replies - 1 through 3 (of 3 total)