I have a domain say a.com on server A and another domain b.com on server B. My php code resides on public_html of b.com.I want to run the code as b.com runs but using url a.com on the browser through out. ________________________ I cannot use url masking methods like frames,htaccess or URL Masking with Page Retrieval (All these methods i found on internet) ____________________________ I am able to edit DNS entry on server A (a.com) like cname point to b.com etc. But I dont know exactly what to do on server A and also in server B to resolve this....Kindly help as this is a road block for me right now.
I don't understand the point of this. lol If you want to run the codes of a.com as b.com, why don't you just point b.com to a.com? That's not possible.
If you want the user to go to a.com but see b.com in the address bar of his browser, ask your hosting company to point a.com's dns entry to b.com.