M Mortgage Chevereto Member Jun 21, 2014 #2 Hammer said: hi how i can redirect /contact to /page/contact ? Click to expand... Make an index.php file in the /contact path/folder with this PHP code: PHP: <?php /* Redirect page */ header("Location: /page/contact"); ?>
Hammer said: hi how i can redirect /contact to /page/contact ? Click to expand... Make an index.php file in the /contact path/folder with this PHP code: PHP: <?php /* Redirect page */ header("Location: /page/contact"); ?>
Rodolfo 🥑 Chevereto Godlike Chevereto Staff Administrator Jun 21, 2014 #3 Make a route. http://gbackslash.com/docs