How To Code a PHP Redirect - PHP Header Redirect
If you are using assistive technology and are unable to read any part of the HostMonster website, or otherwise have difficulties using the HostMonster website, please call 866-573-HOST and our customer service team will assist you.
Skip to main content

HostMonster 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.
Knowledgebase Article 936,205 views bookmark tags: header location php redirect redirects


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 602,889 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,037,064 views tags: htaccess messing mod php redirect redirects rewrite variable variables

How do I create a redirect?
Knowledgebase Article 657,070 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 191,610 views tags: blank page php

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

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

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

Why do scripted e-mails come from &amp;lt; username@host###.HostMonster.com &amp;gt; when I have specified otherwise?
Knowledgebase Article 469,924 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 408,493 views tags: htaccess php

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

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

This site utilizes JavaScript to function correctly. Looks like it's disabled on your browser. Please enable it for your best experience.

For instructions on enabling JavaScript, click here