Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forwarding? Masking? What & How?

Status
Not open for further replies.

missangie

Technical User
Nov 3, 2002
51
0
0
I need to automatically redirect vistors who go to to
Is that considered forwarding? masking? or something else.

I'm am using godaddy for my domain reg & hosting.

Any advice or help would be really appreciated. Thanks!
 
I don't use GoDaddy, but most servers allow you to specify the default page

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Is the /xx part a directory or a file? There are ways to do both, but you have different options.

Hope this helps

Wullie

Fresh Look - Quality Coldfusion 7/Windows Hosting

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
thanks for responding, the xx would be a folder.
cheers,
Angie
 
Then in the root folder of mydomain.com, create the following index.htm file:
Code:
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.mydomain.com/xx/">
</head>
<body></body>
</html>

This is redirection. Also, using the trailing slash will help the server understand that 'xx' is a folder rather than a file.


Mike Krausnick
Dublin, California
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top