I deleted/dropped the 3 tables you mentioned. I then got an error trying to add the redirect rule again. I resolved this by deactivating and re-activating the plugin. After re-entering the rule to redirect All URLs (which is what I want), and clearing the browser cache again, the redirect behaved the same as before, still allowing me to get to the wp-login.php page but then redirecting me to the external website after login.
I confirmed that without this redirect rule, the wp-admin page is displayed after login.
For your debugging purposes, following is the csv-formatted data from the wp_irrp_redirectionmeta table:
meta_id,redirect_id,meta_key,meta_value
1,1,ignore_trailing_slashes,
11,1,ignore_parameters,
21,1,ignore_case,
31,1,pass_on_parameters,
41,1,redirect_code,301
51,1,inclusion_exclusion_rules,
61,1,redirect_options,are_case
71,1,redirection_http_headers,
81,1,rules_group1,”a:2:{s:7:””enabled””;s:1:””0″”;s:10:””login_info””;s:0:””””;}”
91,1,rules_group2,”a:3:{s:7:””enabled””;s:1:””0″”;s:4:””role””;s:0:””””;s:9:””role_name””;s:0:””””;}”
101,1,rules_group3,”a:3:{s:7:””enabled””;s:1:””0″”;s:8:””referrer””;s:0:””””;s:14:””referrer_value””;s:0:””””;}”
111,1,rules_group4,”a:4:{s:7:””enabled””;s:1:””0″”;s:5:””agent””;s:0:””””;s:11:””agent_value””;s:0:””””;s:11:””agent_regex””;s:1:””0″”;}”
121,1,rules_group5,”a:5:{s:7:””enabled””;s:1:””0″”;s:6:””cookie””;s:0:””””;s:11:””cookie_name””;s:0:””””;s:12:””cookie_value””;s:0:””””;s:12:””cookie_regex””;s:1:””0″”;}”
131,1,rules_group6,”a:3:{s:7:””enabled””;s:1:””0″”;s:2:””ip””;s:0:””””;s:8:””ip_value””;s:0:””””;}”
141,1,rules_group7,”a:3:{s:7:””enabled””;s:1:””0″”;s:6:””server””;s:0:””””;s:12:””server_value””;s:0:””””;}”
151,1,rules_group8,”a:3:{s:7:””enabled””;s:1:””0″”;s:8:””language””;s:0:””””;s:14:””language_value””;s:0:””””;}”
161,1,criterias,”a:1:{i:0;a:2:{s:8:””criteria””;s:8:””all-urls””;s:5:””value””;s:8:””all-urls””;}}”
171,1,action,”a:2:{s:4:””name””;s:14:””a-specific-url””;s:5:””value””;s:53:””https://engage.goenumerate.com/s/wellingtonhomeowners””;}”
And here is the csv-formatted data from the wp_irrp_redirection_logs table:
“1”,”1″,”https://blog.wellingtonhomeowners.com%2Fwp-admin%2Findex.php/”,”https://engage.goenumerate.com/s/wellingtonhomeowners”,”2023-12-01 21:53:29″,”1701467609″,”200″,”301″,”is_not_404_redirect”,
“11”,”1″,”https://blog.wellingtonhomeowners.com%2Fwp-admin%2F/”,”https://engage.goenumerate.com/s/wellingtonhomeowners”,”2023-12-01 21:55:24″,”1701467724″,”200″,”301″,”is_not_404_redirect”,
“21”,”1″,”https://blog.wellingtonhomeowners.com/robots.txt/”,”https://engage.goenumerate.com/s/wellingtonhomeowners”,”2023-12-01 22:10:13″,”1701468613″,”200″,”301″,”is_not_404_redirect”,