1. Home
  2. Knowledge Base
  3. Setup redirection using PHP file

Setup redirection using PHP file

You can use index.php file to set redirection using php files. Kindly use this code to setup the redirection.

++++
<?php
header( ‘Location: http://www.yoursite.com/redirect_location’ ) ;
?>
++++

Need Support?
Can't find the answer you're looking for?
Contact Support