Just Host 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
933,268 views
bookmark
share
tags: header location php redirect redirects
Share or save this via:
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.
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,035,302 views
tags: htaccess messing mod php redirect redirects rewrite variable variables
How do I create a redirect?
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
How do I view the php information page?
How do I perform a URL redirect/rewrite using the .htaccess file?
Executing php code within a HTML document
Why do scripted e-mails come from &lt; username@just###.Justhost.com &gt; when I have specified otherwise?
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.
I need an EPP authorization code to transfer my domain to another registrar.
How do I display the Internet email header?