I’m not using “Plain” as the permalink structure, I’m using “Post name”, so what I can see under the “WPS Hide Login” section is
Login url http://example.com/login/
But it returns a 404 error.
What’s the preferred permalink structure to make this URL works?
There is no ? in the slug, I’m using login as the slug. Since the default permalinks setting is “Plain”, the login link becomes http://example.com/?login, but the point is that the link works fine and I can access the login page using this link.
But once I updated the permalinks settings to “Post name”, the login link becomes http://example.com/login, and this link is not working, it returns a 404.
I’ve also tried re-enabling/reinstalling the plugin, renaming the plugin folder, but still the same result.