Hello all, can anyone guide me in how it is that i can have the subdomain files come up when a domain is typed in.. example: when the person types in bagels.com, the files and index that comes up, is the subdomain tasty.bagels.com ? thanks
just use a simple php redirection to your subdomain page <?php $URL="tasty.bagels.com/index.htm"; header ("Location: $URL"); ?> PHP: good luck
ok i'll try that, see if it works. thanks damn..it did'nt worrk..or im missing something prolly. this is what im want to achieve right here notice the subdomain.