hello all,
can we have >1 domain pointing to the same application on the same server, the application interpreting the difference by a variable passed?
e.g.
220.xx.xx.xx <- ww.server.com
ww.serviceA.com -> ww.server.com/serviceA (?id=serviceA)
ww.serviceB.com -> ww.server.com/serviceB (?id=serviceB)
application in server.com uses mod_rewrite to change /serviceX to ?id=serviceX
When we register ww.serviceA.com, can we map it to a name server and pass a variable...?


Reply With Quote
Bookmarks