HostGator Web Hosting Help

How To Code a PHP Redirect - PHP Header Redirect

Redirection in PHP can be done using the header() function. To setup a simple redirect, simply create an index.php file in the directory you wish to redirect from with the following content:
            < ?php header("Location: http://www.redirect.to.url.com/"); ?>
            
Where 'http://www.redirect.to.url.com/' is the URL you wish the users to be redirected too. This can also be a file, like so:
            <?php header("Location: anotherDirectory/anotherFile.php"); ?>
            
Files can be of any type including but not limited to HTML, python, php, cgi, perl, and compiled cgi programs.


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Redirects allow you to make a specific web page redirect to another page and display the contents of that page. Learn how to setup a Permanent (301 or Termporary (302) redirects.
Video "How-to" Tutorial 613,058 views tags: cpanel cpanelutilities domain forward redirect

The redirection of www.yourdomain.com/default.html or index.html to http://www.yourdomain.com/index.php?act=whatever redirects it to http://www.yourdomain.com/index.php%3fact=whatever In other words,
Knowledgebase Article 1,045,123 views tags: htaccess messing mod php redirect redirects rewrite variable variables

How do I create a redirect?
Knowledgebase Article 664,963 views tags: htaccess redirect redirects

Related Help Content

If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP. To serve HTML pages to browsers, we don't associate the Apache processes with your 2
Knowledgebase Article 198,164 views tags: blank page php

How do I view the php information page?
Knowledgebase Article 208,408 views tags: php phpinfo

How do I perform a URL redirect/rewrite using the .htaccess file?
Knowledgebase Article 1,951,189 views tags: htaccess redirect rewrite url

Executing php code within a HTML document
Knowledgebase Article 242,328 views tags: addhandler addtype handler mime parse php sethandler

Why do scripted e-mails come from &amp;lt; username@hgsg###.HostGator.sg &amp;gt; when I have specified otherwise?
Knowledgebase Article 478,555 views tags: email forms header php script scripted sendmail

This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
Knowledgebase Article 424,908 views tags: htaccess php

I need an EPP authorization code to transfer my domain to another registrar.
Knowledgebase Article 429,678 views tags: auth authorization code domain epp transfer

How do I display the Internet email header?
Knowledgebase Article 557,859 views tags: email header mail