<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My stuff &#187; HTML</title>
	<atom:link href="http://michelhollands.net/blog/index.php/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://michelhollands.net/blog</link>
	<description>Tech and travel tidbits</description>
	<lastBuildDate>Tue, 13 Dec 2011 09:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Redirecting in HTML</title>
		<link>http://michelhollands.net/blog/2002/10/22/redirecting-in-html/</link>
		<comments>http://michelhollands.net/blog/2002/10/22/redirecting-in-html/#comments</comments>
		<pubDate>Tue, 22 Oct 2002 17:47:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://michelhollands.net/blog/2002/10/22/redirecting-in-html/</guid>
		<description><![CDATA[If your website has moved to another place, it is useful to add a redirect. This can be done by adding the following line between the and tag of your homepage : &#60;meta HTTP-EQUIV="REFRESH" content="10; url=http://www.your_redirect_url"&#62; The url &#8216;www.your_redirect_url&#8217; has to be changed so that it points to your new location. The content parameter indicates [...]]]></description>
			<content:encoded><![CDATA[<p>If your website has moved to another place, it is useful to add a redirect. This can be done by adding the following line between the <head> and </head> tag of your homepage :</p>
<pre>   &lt;meta HTTP-EQUIV="REFRESH" content="10; url=http://www.your_redirect_url"&gt;</pre>
<p>The url &#8216;www.your_redirect_url&#8217; has to be changed so that it points to your new location. The content parameter indicates how long is paused before redirecting. This parameter, which has a value of 10 here, can be changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://michelhollands.net/blog/2002/10/22/redirecting-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.283 seconds -->

