|
|
|
|
- » Learn How to use our control panel
|
|
|
13. URL Redirection
This feature allows you to setup URL redirection.
Redirects are used (as the name implies) to redirect users to a different URL. There are two types of redirects:
Permanent Redirects:
A permanent redirect tells the user agent that this resource has been moved to the URL specified by the Location header and that we won't be seeing anything like it at this URL again. Most browsers will immediately load the new URL and display the page; some of the smarter ones will even update any bookmarks the user has to the new URL, while search engines will stop caring about the old URL and update their records.
Temporary Redirects:
Temporary redirects tell the user agent that the new URL is not a permanent replacement for the old one, just that the resource the user agent was looking for can be found at the new URL for now, but this may change later. This implies to user agents that even though they should get the resource from the new URL now, they should come back to the original URL if they need it at a later time.
(Last Update : January 14, 2003)
|
|
|
|