<?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: Setting Up 301 Redirects for Dynamic URLs</title>
	<atom:link href="http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/</link>
	<description>seOverflow's take on search engine optmization and all things internet marketing</description>
	<lastBuildDate>Tue, 09 Mar 2010 03:37:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1235</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1235</guid>
		<description>Thanks so much. I moved my site from an old .cfm site to wordpress. There were/are hundreds of .cfm redirects.</description>
		<content:encoded><![CDATA[<p>Thanks so much. I moved my site from an old .cfm site to wordpress. There were/are hundreds of .cfm redirects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Juel</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1145</link>
		<dc:creator>Alex Juel</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1145</guid>
		<description>Hi extramsg, I&#039;m not sure why it&#039;s not working, but you should try removing RewriteEngine On from the dynamic redirect part. That only needs to be in the htaccess file once and needs to be before the redirects.</description>
		<content:encoded><![CDATA[<p>Hi extramsg, I&#8217;m not sure why it&#8217;s not working, but you should try removing RewriteEngine On from the dynamic redirect part. That only needs to be in the htaccess file once and needs to be before the redirects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extramsg</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1066</link>
		<dc:creator>extramsg</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1066</guid>
		<description>Hmm, I&#039;ve been trying but nothing seems to work.  Attempting to redirect the first of these to the second:

http://www.extramsg.com/modules.php?name=News&amp;file=article&amp;sid=2
http://extramsg.com/?p=1

The code I used is:

RewriteEngine On
Options +FollowSymLinks
RewriteCond %{QUERY_STRING} ^name=News&amp;file=article&amp;sid=2$
RewriteRule ^modules\.php$ http://extramsg.com/?p=1 [R=301,L]

Not sure if this code that comes before for the page to do google-friendly rewrites is affecting it:


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


Very frustrating.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;ve been trying but nothing seems to work.  Attempting to redirect the first of these to the second:</p>
<p>http://www.extramsg.com/modules.php?name=News&amp;file=article&amp;sid=2<br />
http://extramsg.com/?p=1</p>
<p>The code I used is:</p>
<p>RewriteEngine On<br />
Options +FollowSymLinks<br />
RewriteCond %{QUERY_STRING} ^name=News&amp;file=article&amp;sid=2$<br />
RewriteRule ^modules\.php$ http://extramsg.com/?p=1 [R=301,L]</p>
<p>Not sure if this code that comes before for the page to do google-friendly rewrites is affecting it:</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p>Very frustrating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1037</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1037</guid>
		<description>Sounds good, thank you!</description>
		<content:encoded><![CDATA[<p>Sounds good, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Juel</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1035</link>
		<dc:creator>Alex Juel</dc:creator>
		<pubDate>Mon, 15 Feb 2010 18:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1035</guid>
		<description>Hi Greg, Without fooling around with the htaccess file myself, it&#039;s hard for me to give advice on those two examples. These are much more advanced redirect questions, that&#039;s for sure. I can&#039;t answer them myself, but I would definitely recommend you post your question at http://www.webmasterworld.com/apache/ . I&#039;m sure jdMorgan will be able to figure it out.</description>
		<content:encoded><![CDATA[<p>Hi Greg, Without fooling around with the htaccess file myself, it&#8217;s hard for me to give advice on those two examples. These are much more advanced redirect questions, that&#8217;s for sure. I can&#8217;t answer them myself, but I would definitely recommend you post your question at http://www.webmasterworld.com/apache/ . I&#8217;m sure jdMorgan will be able to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-1022</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 13 Feb 2010 01:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-1022</guid>
		<description>Please help,

I&#039;m trying to figure out how to 301 redirect from

http://www.domain.com/?rated

to

http://www.domain.com/top



and also redirect second type of url from

http://www.domain.com/?s=free+files

to

http://www.domain.com/sh.php?q=free+files


Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Please help,</p>
<p>I&#8217;m trying to figure out how to 301 redirect from</p>
<p>http://www.domain.com/?rated</p>
<p>to</p>
<p>http://www.domain.com/top</p>
<p>and also redirect second type of url from</p>
<p>http://www.domain.com/?s=free+files</p>
<p>to</p>
<p>http://www.domain.com/sh.php?q=free+files</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafiq</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-993</link>
		<dc:creator>Shafiq</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-993</guid>
		<description>Hello Alex...
Useful post, but i cant around how to accomplish the following redirect:

From:
http://www.domain.co.uk/training-courses/?id=7

To:
http://www.domain.co.uk/electrical-training-courses/inspection-testing-electrical-installations-7

Can you help?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello Alex&#8230;<br />
Useful post, but i cant around how to accomplish the following redirect:</p>
<p>From:<br />
http://www.domain.co.uk/training-courses/?id=7</p>
<p>To:<br />
http://www.domain.co.uk/electrical-training-courses/inspection-testing-electrical-installations-7</p>
<p>Can you help?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eigil</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-956</link>
		<dc:creator>Eigil</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-956</guid>
		<description>It´s not easy directing dynamic pages.
I´ve searched all over for the solution that worked for me!
You made it happen :-)

Thank you!</description>
		<content:encoded><![CDATA[<p>It´s not easy directing dynamic pages.<br />
I´ve searched all over for the solution that worked for me!<br />
You made it happen :-)</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-950</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 26 Jan 2010 10:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-950</guid>
		<description>I would appreciate if someone could help me. I&#039;m getting so confused. I’m not the best coder around.

I want to redirect 
http://www.guldenophthalmics.com/ccp51/cgi-bin/cp-app.cgi?usr=  (any dynamic page)

To: http://www.guldenophthalmics.com/ccp7/ecom-prodidx/COREseo.html

Thank you
Ron</description>
		<content:encoded><![CDATA[<p>I would appreciate if someone could help me. I&#8217;m getting so confused. I’m not the best coder around.</p>
<p>I want to redirect<br />
http://www.guldenophthalmics.com/ccp51/cgi-bin/cp-app.cgi?usr=  (any dynamic page)</p>
<p>To: http://www.guldenophthalmics.com/ccp7/ecom-prodidx/COREseo.html</p>
<p>Thank you<br />
Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Juel</title>
		<link>http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/comment-page-1/#comment-937</link>
		<dc:creator>Alex Juel</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoverflow.com/blog/?p=72#comment-937</guid>
		<description>Hey Rony,

This is similar to Jim&#039;s question above. This should work. I&#039;m not sure on how to do this for all dynamic url&#039;s in one .htaccess code without repeating the process.

RewriteCond %{QUERY_STRING} ^id=17641397$
RewriteRule ^/news/article$ http://www.caribbea.net/index.pl/article?id=17641397? [R=301,L]</description>
		<content:encoded><![CDATA[<p>Hey Rony,</p>
<p>This is similar to Jim&#8217;s question above. This should work. I&#8217;m not sure on how to do this for all dynamic url&#8217;s in one .htaccess code without repeating the process.</p>
<p>RewriteCond %{QUERY_STRING} ^id=17641397$<br />
RewriteRule ^/news/article$ http://www.caribbea.net/index.pl/article?id=17641397? [R=301,L]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
