|
Innter.Net© offers two different types of domain forwarding/redirecting:
- HTTP Redirection
- Frame Forwarding
HTTP Redirection When using HTTP redirection the target address is shown in the address bar of the browser. This is the simplest method to redirect your domain.
Example: Let's say you have configured a HTTP redirection for your domain name www.my-company.tld with the target address http://www.memberpage.tld/user/index.html
Now when a visitor enters the address www.my-company.tld in the address bar of the browser, this address in the address bar changes to
http://www.memberpage.tld/user/index.html
and that page's content is displayed.
Frame Forwarding
When using frame forwarding the target address is NOT shown in the address bar of the browser ("URL cloaking"). This is the more elegant method to redirect a domain.
Example: Let's say you have configured frame fowarding for your domain name www.my-company.tld with the target address http://www.memberpage.tld/user/index.html
Now when a visitor enters the address www.my-company.tld in the address bar of the browser, this address in the address bar DOES NOT change to http://www.memberpage.tld/user/index.html but that page's content is displayed.
|