I have checked and both read easyfitsecuritygrilles.co.uk/window-grilles
Should one of them have /wp-admin after it?
Many thanks,
No, that’s what they should be. Something else must be altering the values when the site is rendered.
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Hi,
Problem solved;
Had this in the .htaccess –
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_START
RewriteEngine On
RewriteCond %{REQUEST_URI} (wp-admin|wp-login)
RewriteCond %{HTTP_COOKIE} !poynting= [NC]
RewriteCond %{HTTP_COOKIE} !aiowps_cookie_test_dspnz8qpw9= [NC]
RewriteRule .* http://127.0.0.1 [L]
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_END
Removed and all is well 🙂
Thanks for your help.