Question
How do I have different login pages but on the same URL?
I want to have different sing in pages but all link to the same database. How do I do this without changing the domain everytime.
Example:
1st Login Page: http://mywebsite.com/login.html
2nd Login Page: http://mywebsite.com/login2.html
ect.
How do i have it so my login pages would be:
1st Login Page: http://mywebsite.com/login.html
2nd Login Page: http://mywebsite.com/login.html?SOME_CODE_HERE
or
1st Login Page: http://mywebsite.com/login/?SOME_CODE_HERE
Thanks
