|
I may not be entirely correct in this, but I think that what you need to do is contact your webspace provider and they will then set up their server configuration to forward users to the correct page.
Another way would be to have a script on the initial page to redirect the user to the correct page, you could do this on the server side with something like php or cgi if allowed, or on the client side with javascript.
|