Quantcast
Channel: How to redirect one HTML page to another on load - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Answer by Vô Vị for Redirect from an HTML page

$
0
0

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");?>

Viewing all articles
Browse latest Browse all 51

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>