Lmao here we go.
Heres a simple Html code for example.:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head><title>what</title>
<meta name="Description" content="starring the coding of dylanmarriot comes a new forum"></head>
<frameset rows="100%,*">
<frame title="http://s3.invisionfree.com/runestuff" src="http://s3.invisionfree.com/runestuff" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<frame title="empty frame" frameborder="0" scrolling="no" noresize="noresize">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="http://s3.invisionfree.com/runestuff">what</a></noframes>
</frameset>
Heres A Explanation
1:website adress
2:explanation of your site.
3:title
There you go just add it to your index.htm or index.html
or
<?php
header("Location: http://www.example.com/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
from your php manual
Php manual one not by me.