<?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 Example When Using Wildcard DNS For Subdomains</title>
	<atom:link href="http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm</link>
	<description>Search Engine Optimization, Search Engine Marketing, Internet Advertising, Link Building, and Much More</description>
	<lastBuildDate>Sun, 13 Feb 2011 23:54:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brittni Prueter</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-52872</link>
		<dc:creator>Brittni Prueter</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-52872</guid>
		<description>You have a fantastic article here, really helpful. Very well written I shall be bookmarking your website and subscribing to your feed so i can regularly read content of this quality.</description>
		<content:encoded><![CDATA[<p>You have a fantastic article here, really helpful. Very well written I shall be bookmarking your website and subscribing to your feed so i can regularly read content of this quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper-Your Online Guy</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-52841</link>
		<dc:creator>Jasper-Your Online Guy</dc:creator>
		<pubDate>Wed, 11 Aug 2010 21:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-52841</guid>
		<description>Interesting, Jason...

I am bookmarking this page as I am sure I may need it in the near future.</description>
		<content:encoded><![CDATA[<p>Interesting, Jason&#8230;</p>
<p>I am bookmarking this page as I am sure I may need it in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-52091</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 06 May 2010 14:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-52091</guid>
		<description>Thank you for your great content.</description>
		<content:encoded><![CDATA[<p>Thank you for your great content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hendricks</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-51385</link>
		<dc:creator>Jason Hendricks</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-51385</guid>
		<description>Yes, just use the Redirection plugin for WordPress to handle this. See this post for more info:

http://www.tidalwavemedia.com/blog/move-your-wordpress-blog-the-seo-friendly-way.htm</description>
		<content:encoded><![CDATA[<p>Yes, just use the Redirection plugin for WordPress to handle this. See this post for more info:</p>
<p><a href="http://www.tidalwavemedia.com/blog/move-your-wordpress-blog-the-seo-friendly-way.htm" rel="nofollow">http://www.tidalwavemedia.com/blog/move-your-wordpress-blog-the-seo-friendly-way.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zadling</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-51383</link>
		<dc:creator>Zadling</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-51383</guid>
		<description>Does anyone have a solution to change /category/topic/page/2/ to just /topic/page/2/ and have a wild card for every number?  Thanks.</description>
		<content:encoded><![CDATA[<p>Does anyone have a solution to change /category/topic/page/2/ to just /topic/page/2/ and have a wild card for every number?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-50213</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Mon, 09 Nov 2009 06:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-50213</guid>
		<description>I have One issue, please help me. My issue is I have url http://subdomain.mydomain.com and want to redirect them http://mydomin.com/folder1/index.php?user=subdomain. but I dont want to change URL in addressbar so in addressbar the url should be http://subdomain.mydomain.com. What i have to do? My .htaccess code is
=================================
#RewriteCond %{HTTP_HOST} !^www\.mydomain.com [NC]
#RewriteCond %{HTTP_HOST} ([^.]+)\.mydomain.com [NC]
#RewriteRule ^(.*)$ http://mydomain.com/folder1/index.php?user=%1 [L]
=================================
It redirect correctly, But Unfortunitly, it affect addressbar, so it&#039;s useless for me. Please help me. What I have to do? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have One issue, please help me. My issue is I have url <a href="http://subdomain.mydomain.com" rel="nofollow">http://subdomain.mydomain.com</a> and want to redirect them <a href="http://mydomin.com/folder1/index.php?user=subdomain" rel="nofollow">http://mydomin.com/folder1/index.php?user=subdomain</a>. but I dont want to change URL in addressbar so in addressbar the url should be <a href="http://subdomain.mydomain.com" rel="nofollow">http://subdomain.mydomain.com</a>. What i have to do? My .htaccess code is<br />
=================================<br />
#RewriteCond %{HTTP_HOST} !^www\.mydomain.com [NC]<br />
#RewriteCond %{HTTP_HOST} ([^.]+)\.mydomain.com [NC]<br />
#RewriteRule ^(.*)$ <a href="http://mydomain.com/folder1/index.php?user=%1" rel="nofollow">http://mydomain.com/folder1/index.php?user=%1</a> [L]<br />
=================================<br />
It redirect correctly, But Unfortunitly, it affect addressbar, so it&#8217;s useless for me. Please help me. What I have to do? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Benson</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-50165</link>
		<dc:creator>Peter Benson</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-50165</guid>
		<description>Thanks for the post, really helpful</description>
		<content:encoded><![CDATA[<p>Thanks for the post, really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hendricks</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-49986</link>
		<dc:creator>Jason Hendricks</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-49986</guid>
		<description>I don&#039;t know if it works with the most current version of WP, but it&#039;s worth a shot:

http://www.deanlee.cn/wordpress/permalinks-migration-plugin/

Otherwise you&#039;d have to write a special rewrite rule or manually add an entry for each old page name to redirect to the new page name in .htaccess (tedious).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it works with the most current version of WP, but it&#8217;s worth a shot:</p>
<p><a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" rel="nofollow">http://www.deanlee.cn/wordpress/permalinks-migration-plugin/</a></p>
<p>Otherwise you&#8217;d have to write a special rewrite rule or manually add an entry for each old page name to redirect to the new page name in .htaccess (tedious).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-49949</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-49949</guid>
		<description>I have hundreds of links to my blog posts in this format:
http://www.mysite.com/2008/05/09/my-blog-post/

but I have changed the settings so the urls now appear like this:
http://www.mysite.com/my-blog-post/

Can anyone tell me what do I put in .htaccess to get it old links to re-direct to the new pages? (All is the same, but now they no longer have the date in the url)</description>
		<content:encoded><![CDATA[<p>I have hundreds of links to my blog posts in this format:<br />
<a href="http://www.mysite.com/2008/05/09/my-blog-post/" rel="nofollow">http://www.mysite.com/2008/05/09/my-blog-post/</a></p>
<p>but I have changed the settings so the urls now appear like this:<br />
<a href="http://www.mysite.com/my-blog-post/" rel="nofollow">http://www.mysite.com/my-blog-post/</a></p>
<p>Can anyone tell me what do I put in .htaccess to get it old links to re-direct to the new pages? (All is the same, but now they no longer have the date in the url)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.tidalwavemedia.com/blog/301-redirect-example-when-using-wildcard-dns-for-subdomains.htm/comment-page-1#comment-41293</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 26 Jan 2009 21:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonhendricks.com/?p=87#comment-41293</guid>
		<description>Hi, just wondering and new to SEO with URL&#039;s.
My situation is a bit complex to make it simple for me ;-)
I have a server running IIS6 and using php/mysql for years now. To optimize for search engines, I noticed some techniques like 301 redirects.
I think I have a trick for my situation, but before making it, I&#039;d like to hear your oppinion about it.

If I would make urls like: http://mysite.com/my-first-seo-url
It now would turn into a 404 page. But if I would change the 404.htm into redirect.php in the config, I could then process and query whatever I want to get the right url and make a 301 redirect to it.
Would that enhance my site for search engines?</description>
		<content:encoded><![CDATA[<p>Hi, just wondering and new to SEO with URL&#8217;s.<br />
My situation is a bit complex to make it simple for me <img src='http://www.tidalwavemedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I have a server running IIS6 and using php/mysql for years now. To optimize for search engines, I noticed some techniques like 301 redirects.<br />
I think I have a trick for my situation, but before making it, I&#8217;d like to hear your oppinion about it.</p>
<p>If I would make urls like: <a href="http://mysite.com/my-first-seo-url" rel="nofollow">http://mysite.com/my-first-seo-url</a><br />
It now would turn into a 404 page. But if I would change the 404.htm into redirect.php in the config, I could then process and query whatever I want to get the right url and make a 301 redirect to it.<br />
Would that enhance my site for search engines?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

