Objective: 3 subdomain 1 common login url

Ask about general coding issues or problems here.

Moderators: gesf, Michalio

Post Reply
crobuz11

Hello i was working with a project with multiple subdomain with their own username and password database it works like this.

login url1
register1
subdomain1
username:
password:

login url2
register2
subdomain2
username:
password:

login url3
register13
subdomain3
username:
password:

as of now they have separate login url,
My objective is to create just one login url for all of them and if the username and password entered by client detected it will automatically redirected to subdomain where they registered.

Is this possible?
Post Reply