links redirect to homepage by mistake
-
[ 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!
- The topic ‘links redirect to homepage by mistake’ is closed to new replies.