User Tools

Site Tools


redirect_php

Redirect in PHP

Use this in a index.php file when you want to automatically redirect a web user to a new location:

<?php
header( 'Location: target_url_here' );
?>
redirect_php.txt · Last modified: 2024/08/11 18:08 by jimc