I am getting Login 404 Error
-
I am trying to log on to my blog and I just get 404 error page after I have logged in instead of my website
My site is https://wearewithyou.co.uk/
My .htaaccess look like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
What do I need to do to correct this. I deleted some plugins that I suspected were causing it but still no joy
I even renamed the plugin folder to something else incase it was one of the plugin but I still couldnt login so I am suspecting my htacess.
Please advise me on what to do to resole this…many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I am getting Login 404 Error’ is closed to new replies.