<?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>Web Hosting Tutorials &#187; meta refresh redirect</title>
	<atom:link href="http://www.webhostingbyte.com/tags/meta-refresh-redirect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webhostingbyte.com</link>
	<description>Web Hosting Tips and Tutorials</description>
	<lastBuildDate>Thu, 07 Oct 2010 15:14:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Meta Refresh Redirect</title>
		<link>http://www.webhostingbyte.com/meta-refresh-redirect-56.html</link>
		<comments>http://www.webhostingbyte.com/meta-refresh-redirect-56.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:57:29 +0000</pubDate>
		<dc:creator>Rui Soares</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[meta refresh redirect]]></category>

		<guid isPermaLink="false">http://www.webhostingbyte.com/?p=56</guid>
		<description><![CDATA[How to do a meta refresh redirect? <a href="http://www.webhostingbyte.com/meta-refresh-redirect-56.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you need to redirect your visitors to a different webpage, one of the options available for that redirect is a meta refresh redirect. This code is normally used to refresh the webpage after a few seconds. But it&#8217;s also used for url redirects. You just lower the refresh interval to zero. In the example we have a interval of 5 seconds.</p>
<pre class="brush: php">
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;refresh&quot; content=&quot;2;url=http://www.domain.com/new-url.html&quot; /&gt;
&lt;title&gt;This Webpage has moved&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
The content of this webpage has moved. If you&#039;re not redirected to the new webpage in a few seconds, please click &lt;a href=&quot;http://www.domain.com/new-url.html&quot;&gt;here&lt;/a&gt; to go to the new webpage.
&lt;/body&gt;
&lt;/html&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webhostingbyte.com/meta-refresh-redirect-56.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

