PHP Page Redirect Script Print

  • 0

Add the following before the HTML tag.

<?php header( 'Location: http://www.newsite.com/new_page.html' ) ; ?>

Conversly, the location can be from he same site, but to another directory, so you can ommit:


http://www.currentsite.com/

Was this answer helpful?

« Back