|
You need to use a web server that supports "virtual domains". If that is unavailable to you, you could run multiple instances of the same web server and set each one to run on a different port, ie, one on port 80 and the next on port 81. Only problem with that is since only port 80 is default, users will have to access the others by typing domain.com:81 which is pretty lame actually. By far the best route is a web server that supports virtual domains.
Are you hosting these sites on your own computer or do you have a hosting account somewhere. Providing this information would help alot in solving this problem.
|