NameSilo

Sub Domains question??

SpaceshipSpaceship
Watch

Guppy

Established Member
Impact
0
Hi all,

I would like to know if it is possible to use a Sub Domain in the following way....

Example:
Lets say i own HulkMovie.com and my site contains a Store and Forum,

The URL for my Store page might read: hulkmovie.com/store and
my Forum page might read hulkmovie.com/forum.

If it possible to use, say... hulkstore.com and have it pointed to the store page in my site and NOT the home page??

Your views would be greatly appreciated.

Thanks,
Jon
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
yes it is, its called a pointer domain

if you're using cpanel i believe you go to park domains and it asks you where you want to park the domain on, just pick store if thats the directory its in.
 
0
•••
or you can use your registrars domain forwarding service
 
0
•••
Thanks for all your input, i'll do a search under "pointer domains" to find out more.

Thanks again,
Jon
 
0
•••
Or if your registrar offers domain parking, you can park hulkstore.com on top of hulkmovie.com and use PHP or CGI code on your index page to redirect visitors to the hulkstore.com domain to hulkmovie.com/store

Here's a PHP example
PHP:
<?
$uri = strtolower($_SERVER['HTTP_HOST']);
if (strstr($uri,"www.hulkstore.com")) {
header("Location: http://www.hulkmovie.com/store/"); 
}
?>
 
0
•••
That is a bit of code RJ doesn't normaly give out. I like that little trick. Works good for page rank
 
0
•••
0
•••
0
•••
Its easy my friend :D
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Spaceship
Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back