NaveenKumar47
Newbie
- Jul 29, 2014
- 20
- 0
How to Automatically Redirect a Web Page to Another URL? thanx
<meta http-equiv="refresh"content="0; url=http://example.com/yournewpage.html"/>
<script language="javascript">
window.location = "http://example.com/yournewpage.html";
</script>
Redirect 301 /youroldfile.html http://example.com/yournewpage.html