Abaweet69
11-05-2005, 03:19 PM
Hello,
I have a domain x.com and want to point another domain I have registered to x.com/y/
Is this possible?
I'm using cpanel and my control panel.
How would I go about doing this?
Thanks in advance. God bless!
Kyle
You mean you want to forward another domain to the URL x.com/y/
If so, yes, you can juse use your domain forwarding option in your domain Registrar.
Abaweet69
11-05-2005, 04:34 PM
So if NameCheap.com is my registrar, i should do it with them? I can't seem to find an option when i log in to forward this domain to x.com/y/
Sorry if i'm missing something :)
Dan L
11-05-2005, 04:39 PM
Set x.com and yourOtherDomain.com to the same nameservers. Setup x.com normally, then go to cPanel and select Parked domains.. either that or Addon domains should allow you to put yourOtherDomain.com ontop of x.com/y/
You could also setup yourOtherDomain.com as a normal domain, and put the following php script on it: <?php header('Location: x.com/y/'); ?>
Hope that helps.