How to redirect an HTML website index?


I want to redirect my web page that doesnt have a cpanel, only ftp and html files. How can I do that?

Add this to the head section of your index page:

<script>
window.location="http://example.com"
</script>

Where example.com is the url of the site you are redirecting to.

Technorati Tags: , , , , , , ,