• Resolved Ectata

    (@ectata)


    [ Moderator note: moved to Fixing WordPress. ]

    Hallo!

    I have: WordPress 4.8 running theme53444 theme.

    All my links suddenly redirect to the homepage of the site although when rolling over the selected menu topic the correct url shows up on rollover. When I press it redirects to homepage – all site’s links act the same way.

    I have deactiveated and reactivated all plugins, have checked the site’s name, title and link both in wordpress and via plesk panel’s database table and also have checked the .htaccess which seems to be ok:

    # 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

    How can I resolve that?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hey @ectata

    Does it happen if you use a core-bundled theme like Twenty Seventeen?

    Thread Starter Ectata

    (@ectata)

    Hallo!

    The issue has been resolved.
    The problem stemmed from the hosting company.
    It got fixed after a server reboot.
    Thank you for trying to help me resolve the problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘links redirect to homepage by mistake’ is closed to new replies.