Jump to content

Recommended Posts

Posted

By default, an HTTP redirect sends a code of SC_MOVED_TEMPORARILY, (302). This instructs the user agent to use the new URI, but not to cache the resulting page, as it may well soon revert back to the old URI.

 

This can be a problem for pages that have been moved permanently, as the new page will never be cached, placing additional load on both the browser and on the server.

 

This can be avoided using a permanent redirect, which sends a code of SC_MOVED_PERMANENTLY (301).

Posted (edited)

This is an even better(simply) explanation from the cPanel documentation.

 

Temporary - This tells Internet traffic agents (browsers, search engines, etc.) that this is only a temporary redirection, and that they should return to this initial location again in the future for the same page.

 

Permanent - This tells the Internet traffic agents to go to the redirection address in the future, as the old address will never be used again.

 

 

 

Edited by TCH-Dick

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...