<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 301 Redirect Problem?</title>
	<atom:link href="http://businessonlinecoach.com/questions/301-redirect-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://businessonlinecoach.com/questions/301-redirect-problem/</link>
	<description>Helping Your Business Grow Successfully Online</description>
	<lastBuildDate>Fri, 02 Apr 2010 14:25:54 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gabel</title>
		<link>http://businessonlinecoach.com/questions/301-redirect-problem/comment-page-1/#comment-585</link>
		<dc:creator>gabel</dc:creator>
		<pubDate>Thu, 24 Sep 2009 04:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://businessonlinecoach.com/questions/301-redirect-problem/#comment-585</guid>
		<description>PHP Redirect
&lt;?
Header( &quot;HTTP/1.1 301 Moved Permanently&quot; );
Header( &quot;Location: http://www.new-url.com&quot; );
?&gt; 
if your webserver dosen`t allow php , create a file called .htaccess in the root directory of your old website and put this in
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>PHP Redirect<br />
< ?<br />
Header( "HTTP/1.1 301 Moved Permanently" );<br />
Header( "Location: <a href="http://www.new-url.com" rel="nofollow">http://www.new-url.com&#8221; );<br />
?><br />
if your webserver dosen`t allow php , create a file called .htaccess in the root directory of your old website and put this in<br />
Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) <a href="http://www.newdomain.com/$1" rel="nofollow">http://www.newdomain.com/$1</a> [R=301,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj F</title>
		<link>http://businessonlinecoach.com/questions/301-redirect-problem/comment-page-1/#comment-584</link>
		<dc:creator>Manoj F</dc:creator>
		<pubDate>Wed, 23 Sep 2009 23:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://businessonlinecoach.com/questions/301-redirect-problem/#comment-584</guid>
		<description>add this meta inside your &lt;head&gt;
&lt;meta http-equiv=&quot;refresh&quot; content=&quot;2;url=urlofthenewpage&quot; /&gt;
and inside the&lt;body&gt;
type the message..&quot;this page is moved to new location.. you will be redirected soon.....or whatever u want</description>
		<content:encoded><![CDATA[<p>add this meta inside your <head><br />
<meta http-equiv="refresh" content="2;url=urlofthenewpage" /><br />
and inside the<body><br />
type the message..&#8221;this page is moved to new location.. you will be redirected soon&#8230;..or whatever u want</body></head></p>
]]></content:encoded>
	</item>
</channel>
</rss>

