Hi, everyone! We're happy to announce that now Coverday has Website, Blogger, Myspace and Playlist.com layouts. We sincerely hope you will enjoy them. If you would like to send us your templates, images or works, use our Contact Form.

Site Redirection Codes

Posted by Vendetta

Do you have a website or a blog that needs to be redirected to another URL? Now you can do this without losing traffic from your old site. The codes below should be very useful to you.

How to start

Pick a code that suits you best and change http://www.your_url.net/ to your URL.

Copy and Paste the Code it into your HTML.

You don't have to Copy the Whole Code. You could use the key line and Insert it between the same lines you see in the Codes below.


Example:


Instead of posting the entire JavaScript Redirection Code, paste:

<script>
document.location.href = "http://www.coverday.net/";
</script>
between the
<html><title>Javascript Redirect</title>
<body>
and
</body></html>
in your HTML.


Redirection Codes

JavaScript Redirect Code

<html><title>Javascript Redirect</title>
<body><script>
document.location.href = "http://www.your_url.net/";
</script></body></html>

Meta Refresh Code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>Title of Page</title>
<meta http-equiv="REFRESH" content="0;url=http://www.your_url.net/">
</HEAD><BODY></BODY></HTML>

PHP Redirect Code


<?php
header( 'Location: http://www.your_url.net/' ) ;
?>

0 comments

Coverday Kitchen

Curious about what we have in store for you? Then you have to visit Coverday Kitchen! See our works in progress LIVE, changing and shifting into ready layouts. Sounds exciting?
Then see what's cooking.

Blog

What's going on behind the curtain? Read about it in our brand new Blog.

Download our layout images!

Great news for all Coverday's Blogger layouts users! Now you can host blog images on your own photo account.

Bye-bye Luxury Designz

We have moved to another server.