Doesn’t exclude admin
-
So I use the regexp
^(.*)$
for redirecting all frontend URLs to another URL,
but this also redirects/admin
and/wp/wp-admin/
as well, locking one out of the backend. I had to disable the plugin usingWP CLI
via shell to regain access.
This is a roots.io Bedrock site, where the WordPress files reside in /wp/,
it could be that the URLs to be excluded are actually hardcoded into the plugin
instead of being determined using WordPress functions.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn’t exclude admin’ is closed to new replies.