404 error on login page
-
I get a weird 404 error on my login page:
https://www.cambridgerunning.org/crc-login/
My .htaccess isn’t writable. Could that be an issue? Here are the contents of my .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Should I add anything to it to get rid of the 404 error? Otherwise I think it’s working fine..
- The topic ‘404 error on login page’ is closed to new replies.