Hi, I’m looking for a solution to change the URLs for the user registration / login / logout / password reset pages. I’m using a multisite network setup and would like to know if this plugin is compatible with WordPress Multisite.
Also, hasn’t the plugin been updated for so long because the code is still fully valid, or has the plugin been abandoned by it’s author?
If not abandoned, then it’s probably an good idea to update the WP version compatibility so it’s clear that it’s still maintained.
Hi, I used your plugin to setup a new login page. I messed up some things and don’t have much built, so I decided to just reset my site using the “WP Reset Plugin” recommended by my host.
Anyway, the problem is that my custom URL that I set using your tool to login takes me to my home page. No big deal, because I can just use the standard URL to login, right? Nope. That forwards to a URL that looks like this “com/-/-/-/-/-/-/-/-/-/-/” and loads my fresh new homepage.
So, now that I’ve reset my site after using your plugin, how do I log into wordpress?
]]>I think it might be working properly but I got a bit more spam on my site around the time I installed this. It’s good to find out if there are any security holes in this plugin.
]]>Is this working on the latest version of WordPress?
]]>I installed and activated this plugin without backup my site, not I don’t have access to my www.remarpro.com dashboard. Please help me how can I solve this mistake? I’ll appreciate your help
]]>I have my wordpress files in a subdirectory /new but my site is set up to serve as / – My other permalinks show the correct path but this plugin adds the /new before the fields I can fill out making it not work.
I am sure this is an easy fix, but I have no clue how to do it. Can you please help me?
]]>I enabled the plugin wp login change this morning on ceacichaquatics.org
Than changed the wp-login to /?administrator
Now when I go to ceacichaquatics.org/?administrator or ceacichaquatics.org/wp-login both forward me to my home page. All my other links are now broken with a 404 error on each page.
I’ve read I need to rename the htaaccess file, however I do not seem to have this file.
]]>Hi, firstly plugin is working fine on my site after that i have received an error he server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
i have following below resolution :
Navigate to the /wp-content/ folder. You will see a folder called plugins. Rename the plugins folder to anything that you like. In our example, we will call it “plugins.deactivate”. Once you do this, all of your plugins will be deactivated.
Most of the time when you do this, you are usually locked out of your admin panel. If the issue was with your plugins, you should be able login to your /wp-admin/. Once you do that, go back to your /wp-content/ directory and rename “plugins.deactivate” back to plugins. Now you can activate one plugin at a time until your site breaks again. At which point, you will know exactly which plugin caused the issue.
Problem is not resolve Kindly assist
]]>the plugin worked well to change the login page, but the logout link stopped working and gives 404 and sometimes error too many redirects. My server is Nginx.
See how is the url logout now: https://multcaps.com.br/minha-conta?action=logout&redirect_to=https%3A%2F%2Fmultcaps.com.br%2Floja-virtual-bones&_wpnonce=a554990a8e
this causa error 404.
]]>I used this and it seems to work perfectly. I assumed that it would disable the normal login but it redirects to the new URL. Is this enough to stop bots from trying to login? or does it need to hide the new URL?
]]>Hi,
first off, thanks for this lil plugin – works like a breeze.
Would it be possible to redirect only certain roles, ex. users go to url/page-B, while admins go to url/home
Cheers, Ed’
]]>Does the plugin work with Multi-site?
Pretty sure I had this work in the past, but now running a multi-site setup. Haven’t been able to get it to work in this setup.
]]>Looks good, but it seems to default to the WP login / lost password pages. I had mine customized and instead it takes me back to the WP Default ones.
Any way to keep the pages I want (that have been customized)?
I activated this plugin and configured it and was locked out of my site.
]]>After changing my logout URL I get an Error 403 page when I attempt to log out.
]]>Does the plugin work for nginx? It keeps giving 404 error after setting up?
]]>Hi,
Plugin is working as described but is it possible to have .htaccess or the plugin prevent use of /wp-admin and /wp-login.php urls completely?
So login would then only be able via /mynewurl/, wp-login would not redirect to /mynewurl/ but instead give 404
Many thanks
]]>“The problem is that the version in the plugin’s main file doesn’t match the Subversion tag as referenced in the readme.txt.”
See here.
]]>Just change this:
} elseif($clu[$url]) {
to this:
} elseif(isset($clu[$url]) and $clu[$url]) {
Hi there, I am getting a redirect loop error when i install the plugin. Can you help??
Thanks so much!
]]>Hi,
You’ve a great plugin, but i always face an issue, if after install the plugin, and if I forget or didn’t change the permalink, I would have a problem login.
When i try to login, it redirects to https://www.example.comcustom-login/
then the following message will appear -> This webpage is not available
now i can’t even access to my wp-admin area, what should I do now? Please kindly help or advise, this will always come back when you deactivate and reactive the plugin again, please kindly help and advise what to do?
My htaccess content is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^custom-login /wp-login.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I’ve tried to remove
RewriteRule ^custom-login /wp-login.php [QSA,L]
but it’s still not working
]]>After clicking the logout button, I’m getting a page titled “WordPress Failure Notice”. The page tells me That I am attempting to log out and ask me if I’m sure I want to log out. with a link to log out. I thought that clicking logout would take me directly to the redirect I specified without having to go through this extra page. Is that possible?
]]>Is there any way to include a way to change/hide /wp-admin link in your next update? I’m getting a bunch of hackers who know there’s more than one way to get in..
Thanks a bunch!
Kristen
]]>All I’m need to do is change wp-login to /login but when I enter this in the permalink settings I can’t access the login page from another browser:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Maxthon fails to load the page, as does IE.
Can you advise? There seems little scope to configure this incorrectly.
]]>I am running a Multisite install with permalinks enabled at https://www.bnbcrm.com/. After changing the URL the login url to /user/login/, I can no longer login. I get a 404. I am using Nginx+FastCGI.
As expected, https://www.bnbcrm.com/wp-login/ now redirects to https://www.bnbcrm.com/user/login/, but then triggers a 404.
Any ideas?
-Erik
]]>