How can I create a WKU URL that redirects to another page?
<?php header ("Location:http://www.your_site.com"); ?>
<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: https://www.your_site.com"); exit(); ?>