<?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>iWebUnlimited.com &#187; Redirect Pages</title>
	<atom:link href="http://iwebunlimited.com/tag/redirect-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwebunlimited.com</link>
	<description>Pushing iWeb to No Limit!</description>
	<lastBuildDate>Tue, 20 Mar 2012 21:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iWeb Tip #20 &#8211; Redirect Pages in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-20-redirect-pages-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-20-redirect-pages-in-iweb/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:44:48 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[HTML Snippets]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[Non-Post Editing]]></category>
		<category><![CDATA[Redirect Pages]]></category>

		<guid isPermaLink="false">http://iwebunlimited.com/?p=380</guid>
		<description><![CDATA[Redirect pages in iWeb
This tip shows you how to redirect a page to another page.  There are many instances where you might find you&#8217;ll need to redirect one page to another and this tip will show you how.  One example might be if you are using iWeb built in auto navigation and you want one [...]]]></description>
			<content:encoded><![CDATA[<h3><img class="alignleft size-full wp-image-381" style="margin-left: 5px; margin-right: 5px;" title="20-redirect_pages" src="http://iwebunlimited.com/wp-content/uploads/2010/02/20-redirect_pages.png" alt="Redirect Pages in iWeb" width="150" height="150" />Redirect pages in iWeb</h3>
<p>This tip shows you how to redirect a page to another page.  There are many instances where you might find you&#8217;ll need to redirect one page to another and this tip will show you how.  One example might be if you are using iWeb built in auto navigation and you want one of the links to actually go to an external page.  Another example may be that you&#8217;ve posted a page and many people are linking to that page from other sites, so you need to keep the same page up to keep the link, but you actually want to redirect them to another page.</p>
<p><br class="spacer_" /></p>
<p>So here is how to redirect your page to another page:</p>
<p>1) Go to the page that is going to be the redirect page.<br />
 2) Add an HTML Snippet onto your page and paste this code:</p>
<blockquote><p><code>&lt;script type="text/javascript"&gt;<br />
 parent.location.replace('<span style="color: #ff0000;">http://yoursite.com/yourpage.html</span>');<br />
 &lt;/script&gt;</code></p>
</blockquote>
<p>3) Then simply change the URL in the code to the page you want the page to be redirected to.<br />
 4) Then hit apply and your set.  You&#8217;ll find that once you publish your site and visit that page it will automatically redirect to the page you specified in the code.</p>
<p>Sometimes you want to redirect to another page after some time.  For example if you are redirect a user to another site you could send them to one of your pages that says something like &#8220;You are now being redirect to AnotherSite.com&#8221; then after 3 seconds or so it automatically directs them to the page.  To do that do the same steps as above, but simply paste this code below in an HTML snippet.</p>
<blockquote><p><code>&lt;script type="text/javascript"&gt;<br />
 var url ='<span style="color: #ff0000;">http://yoursite.com/yourpage.html</span>';<br />
 var delay = <span style="color: #ff0000;">3</span>;<br />
 var d = delay * 1000;window.setTimeout('parent.location.replace(url)', d);<br />
 &lt;/script&gt;</code></p>
</blockquote>
<p>Then specify the URL and how long you want the redirect to delay and you&#8217;re set.</p>
<p>Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-20-redirect-pages-in-iweb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

