I'm trying to do the following: 1. I have the domain xxx.com, which is parked to yyy.com/xxx. When users type xxx.com in their browsers, the text changes to yyy.com/xxx in the address bar. How can I keep the text in the address bar as xxx.com? Same, I want xxx.com/one.php to remain as is in the address bar, but the actual page to load to be yyy.com/xxx/one.php 2. How to keep only xxx.com in the address bar, even if someone types xxx.com/one.php? What is the best way to accomplish the above and how?