The signup URL returns 404 unless preloaded
-
In Security Optimizer > Login Security > Custom Login URL > Configure, I have set both Custom Login URL and Custom Signup URL. For the sake of discussion, let’s say that I called them
mylogin
andmyreg
respectively.Now, when I go to the Custom Login URL (https://example.com/mylogin), I press “Register” to register a new account.
If I haven’t previously preloaded the Custom Signup URL (https://example.com/myreg), this results in 404 Not Found.
But, if I have preloaded the Custom Signup URL, pressing “Register” correctly goes to the registration form, and everything proceeds smoothly from there to let me create a new account.
I can reliably reproduce this as follows.
To get the error:
- Go to a fresh profile, or clear the browser’s cookies.
- Go to https://example.com/mylogin
- Press “Register”.
- I get 404 Not Found.
Whereas to get a successful result:
- Go to a fresh profile, or clear the browser’s cookies.
- Go to https://example.com/myreg
- Close the tab and now go to https://example.com/mylogin
- Press “Register”.
- The registration page opens, and everything proceeds smoothly from there.
Of course, a visitor to the website wouldn’t know to go to the registration page to preload it, and anyway shouldn’t have to do so.
This seems to me to be a bug, and I don’t know how to proceed, unless there is something that you can help with?
I’m using WordPress version 6.4.1 with Divi 4.23.1.
Thank you
- The topic ‘The signup URL returns 404 unless preloaded’ is closed to new replies.