Debug pointer help for bulk force login page rename
-
Hello, I’m a new user of AIOS and have it installed on a website still under local development, so I don’t have a public link to share. All features seem to work except for the bulk force login page rename (aka “LPR”) feature which I’d really like to use.
The platform I have wordpress installed on is NixOS, which is fairly different from the usual Linux distros, so this could be related to an OS platform incompatibility. When I activate the LPR feature, and go to visit the new login page slug, I just receive a 404 — I never reach a login page from the new slug. Looking at httpd access/error logs and chrome inspector doesn’t really give me any hints as to what is going wrong. I’ve searched this forum and looked at about 20 of the most recent related posts for which resolution of a similar issue seems mostly related to either having wordpress installed in a subdirectory and needing to have appropriate .htaccess mod rewrites applied, or having used the Brute force cookie login feature which could cause a conflict, neither of which applies in my case.
I’ve been looking through the plugin code to try and track down where things are going wrong, but I’m not finding where the code path should even start to pick this up as soon as the url
https://$FQDN/$aiowps_login_page_slug
is entered. The LPR feature doesn’t seem to modify .htaccess so I don’t think there is any rewrite handling that I need to look at, so I should be looking somewhere in the plugin code I think. The plugin filewp-security-process-renamed-login-page.php
is an obvious candidate, but nothing is jumping out at me in that code as going wrong, so maybe I need to be looking elsewhere.Can somebody help point in the right direction to debug this?
PS – I’m using the latest wordpress 6.1.1 and latest AIOS 5.1.5 with PHP 8.1
Thank you!
- The topic ‘Debug pointer help for bulk force login page rename’ is closed to new replies.