I have multiple web sites in development that I would like to host on 1 account with 1 IP Address.
I will accomplish this by writing an Active Server Page Script to detect what URL the user is requesting.
The script will then redirect the user to another directory in the hosting account.
Example 1
User types in MyFirstDomain.com
The ASP script will redirect them to the following URL:
http://www.MyFirstDomain.com/FirstDomain/
User then types in MySecondDomain.com
The ASP script will redirect them to the following URL:
http://www.MySecondDomain.com/SecondDomain/
Keep in mind that http://www.MyFirstDomain.com/ and http://www.MySecondDomain.com/SecondDomain/ will have the same root directory on the same host computer.
So the root structure would look like this:
/MyIpAddress (This is where the ASP script will go... )
/MyIPAddress/MyFirstDomain
/MyIPAddress/MySecondDomain
I will also be including the meta tags for each site in each of the sub-folders off the root directory.
Has anyone had any experience with this type of thing? WILL THIS HURT MY SEARCH ENGINE PLACEMENT? Or does anyone have any idea where to find out some information on this? I did some searches on google.com and have found basically nothing...
Thanks
I will accomplish this by writing an Active Server Page Script to detect what URL the user is requesting.
The script will then redirect the user to another directory in the hosting account.
Example 1
User types in MyFirstDomain.com
The ASP script will redirect them to the following URL:
http://www.MyFirstDomain.com/FirstDomain/
User then types in MySecondDomain.com
The ASP script will redirect them to the following URL:
http://www.MySecondDomain.com/SecondDomain/
Keep in mind that http://www.MyFirstDomain.com/ and http://www.MySecondDomain.com/SecondDomain/ will have the same root directory on the same host computer.
So the root structure would look like this:
/MyIpAddress (This is where the ASP script will go... )
/MyIPAddress/MyFirstDomain
/MyIPAddress/MySecondDomain
I will also be including the meta tags for each site in each of the sub-folders off the root directory.
Has anyone had any experience with this type of thing? WILL THIS HURT MY SEARCH ENGINE PLACEMENT? Or does anyone have any idea where to find out some information on this? I did some searches on google.com and have found basically nothing...
Thanks