Manipulating headers: Redirects

  1. Manipulating headers
  2. Downloads

One of the most common manipulations is to redirect the visitor to another page. You might want to force them to always use the secure version of a page, or you might want to create a single, simple redirect page that redirects different types of visitors to different pages.

header("Location: http://my.example.com/really/long/oracle.db/style.aspx/url/AS5SK689HG”);

  1. Manipulating headers
  2. Downloads