I can no longer log in to my site (hide backend enabled)
-
I’m not even sure what version of the plugin or wordpress is running, but they should be fairly new.
I thought i forgot my login URL but reading the htcaccess file it seems not.
Going to my usual hidden login URL results in Error 404 – Page Not FoundI’ll try disabling the plugin and see what i can find out.
Here is what my htcaccess has right now:
RewriteRule ^jgp-login/?$ /wp-login.php?(secret code) [R,L] RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$ RewriteRule ^jgp-admin/?$ /wp-login.php?(secret code)&redirect_to=/wp-admin/ [R,L] RewriteRule ^jgp-admin/?$ /wp-admin/?(secret code) [R,L] RewriteRule ^jgp-register/?$ /wp-login.php?(secret code)&action=register [R,L]
I obviously removed the login code or whatever that is and replaced it with “(secret code)”
Any help would be appreciated, for now i guess i gotta stop hiding my sites login url.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I can no longer log in to my site (hide backend enabled)’ is closed to new replies.