Basically, I want to be able to login with wp-login.php that goes to wp-admin.
But, I want members of my site to login at lost-login.php that goes to lost-admin.
I duplicated wp-login.php and called it lost-login.php and that worked fine.
I duplicated the folder wp-admin then renamed it lost-admin but when I try to redirect the login to that page it doesn't work.
Is is possible to have two different admin folders?
I want to do this so I can change the way it looks on the members side to match the site. But I don't want to have to change it on my side as I'd rather keep my side in tact.
Hope I've explained this well.
Thanks in advance.