<?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"
	>
<channel>
	<title>Comments on: SEO Redirects without mod_rewrite</title>
	<atom:link href="http://www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html</link>
	<description>Web Development</description>
	<pubDate>Wed, 09 Jul 2008 05:52:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: sg</title>
		<link>http://www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-31316</link>
		<dc:creator>sg</dc:creator>
		<pubDate>Mon, 17 Dec 2007 17:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-31316</guid>
		<description>Hi,
I'm trying to 301 redirect a url that contains a question mark, but I can't get it to view the ? literal. I'm assuming that's the issue.

Here's what I've tried, but hasn't worked.

URL I want redirected -&lt;code&gt;http://www.mysite.com/foo/?section=page&lt;/code&gt;

&lt;pre&gt;&lt;br /&gt;
RedirectMatch 301 ^/foo/\?section=page$ http://www.mysite.com/foo/&lt;br /&gt;
and&lt;br /&gt;
RedirectMatch 301 ^/foo/*section=page$ http://www.mysite.com/foo/&lt;br /&gt;
and&lt;br /&gt;
RedirectMatch 301 ^/foo/(.*)section=page$ http://www.mysite.com/foo/&lt;br /&gt;
&lt;/pre&gt;

Any ideas of what I'm doing wrong. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to 301 redirect a url that contains a question mark, but I can&#8217;t get it to view the ? literal. I&#8217;m assuming that&#8217;s the issue.</p>
<p>Here&#8217;s what I&#8217;ve tried, but hasn&#8217;t worked.</p>
<p>URL I want redirected -<code><a href="http://www.mysite.com/foo/?section=page" rel="nofollow">http://www.mysite.com/foo/?section=page</a></code></p>
<pre>
RedirectMatch 301 ^/foo/\?section=page$ <a href="http://www.mysite.com/foo/" rel="nofollow">http://www.mysite.com/foo/</a>
and
RedirectMatch 301 ^/foo/*section=page$ <a href="http://www.mysite.com/foo/" rel="nofollow">http://www.mysite.com/foo/</a>
and
RedirectMatch 301 ^/foo/(.*)section=page$ <a href="http://www.mysite.com/foo/" rel="nofollow">http://www.mysite.com/foo/</a>
</pre>
<p>Any ideas of what I&#8217;m doing wrong. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-26935</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 02 Nov 2007 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-26935</guid>
		<description>@ D K
&lt;pre&gt;RedirectMatch 301 ^/level\.itml/icOid/184$ http://www.mysite.com/noticemykeyword&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@ D K</p>
<pre>RedirectMatch 301 ^/level\.itml/icOid/184$ <a href="http://www.mysite.com/noticemykeyword" rel="nofollow">http://www.mysite.com/noticemykeyword</a></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: D K</title>
		<link>http://www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-25754</link>
		<dc:creator>D K</dc:creator>
		<pubDate>Thu, 25 Oct 2007 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html#comment-25754</guid>
		<description>Hi,

I'm trying to figure out the syntax for an .htaccess line entry that would
perform the following redirection

&lt;code&gt;mysite.com/level.itml/icOid/184&#160;&#160; mysite.com/noticemykeyword&lt;/code&gt;
I thought  this would work : 

&lt;code&gt;Redirect 301 /level\.itml/icOid/184&#160;&#160;http://www.mysite.com/noticemykeyword&lt;/code&gt;


but it doesn't.
I'll keep reading and experimenting, but I'd really appreciate any suggestions or tips. 

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to figure out the syntax for an .htaccess line entry that would<br />
perform the following redirection</p>
<p><code>mysite.com/level.itml/icOid/184&nbsp;&nbsp; mysite.com/noticemykeyword</code><br />
I thought  this would work : </p>
<p><code>Redirect 301 /level\.itml/icOid/184&nbsp;&nbsp;http://www.mysite.com/noticemykeyword</code></p>
<p>but it doesn&#8217;t.<br />
I&#8217;ll keep reading and experimenting, but I&#8217;d really appreciate any suggestions or tips. </p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
