Dear Friends,
Here again I explain my situation again just incase my explanation is not that good another day...
I'm really hoping for your helping hands at the moment..
Here's my situation.
Domain www.domain1.com located at server1.com server provided by provider1.
Domain www.domain2.com located at server2.com server provided by provider1.
Domain www.domain3.com located at server3.net server provided by provider2.
Currently I'm using frameset coding to direct my 2 & 3 domains pages to www.domain1.com
for example:
www.domain2.com (index.php)
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="mainFrame" src="http://www.domain1.com?id=1">
<noframes></noframes>
</frameset>
www.domain3.com (index.php)
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="mainFrame" src="http://www.domain1.com/pages?id=2">
<noframes></noframes>
</frameset>
You can see here that
www.domain2.com actually directs to http://www.domain1.com?id=1 while
www.domain3.com actually directs to http://www.domain1.com?id=2
All this is done without changing the URL at the address bar which is exactly what I want...
My problem is now, there are some limitations and problems created due to the frameset usage, Is there any other alternative solution for this?
Really hoping for a help....
Thanks in advanced...