You can auto redirect by HTTP Status Code 301 or 302.
For PHP:
<?php Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.redirect-url.com");?>
You can auto redirect by HTTP Status Code 301 or 302.
For PHP:
<?php Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.redirect-url.com");?>