Hello,
I have 2 subdomains like:
support.test.com
banners.test.com
I have a website with 200 users. I want to give them a short url line:
username.test.com
So if a user typ in username.test.com it must be redirected to:
www.test.com/index.php
In the index.php i will redirect the users
But when someone goes to support.test.com then it must be go really to the subdomain: support.test.com
test.com is on a shared IP
Is this possible, and how can I set this up?
Thank you
I have 2 subdomains like:
support.test.com
banners.test.com
I have a website with 200 users. I want to give them a short url line:
username.test.com
So if a user typ in username.test.com it must be redirected to:
www.test.com/index.php
In the index.php i will redirect the users
But when someone goes to support.test.com then it must be go really to the subdomain: support.test.com
test.com is on a shared IP
Is this possible, and how can I set this up?
Thank you