<?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>h4x3d.com &#187; search</title>
	<atom:link href="http://h4x3d.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Mon, 25 Jul 2011 13:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SEO: WordPress Search with Permalink structure</title>
		<link>http://h4x3d.com/seo-wordpress-search-with-permalink-structure/</link>
		<comments>http://h4x3d.com/seo-wordpress-search-with-permalink-structure/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 07:16:28 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/seo-wordpress-search-with-permalink-structure/</guid>
		<description><![CDATA[Ever wondered how you could transfer any searches from ?s=TERM to /search/TERM , then read below or visit Alex King&#8217;s approach. This is too good to not report on, so for personal archiving reasons, I have put Alex&#8217; Code below: To your .htaccess file add: RewriteRule ^search/(.+)?$ /index.php?s=$1 [QSA,L] In your theme, look out for [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how you could transfer any searches from ?s=TERM to /search/TERM , then read below or visit <a href="http://alexking.org/blog/2007/08/30/friendly-search-urls">Alex King&#8217;s approach</a>.</p>
<p>This is too good to not report on, so for personal archiving reasons, I have put Alex&#8217; Code below:<br />
<span id="more-858"></span><br />
<em>To your .htaccess file add:</em></p>
<pre><code>
RewriteRule ^search/(.+)?$ /index.php?s=$1 [QSA,L]
</code></pre>
<p><em>In your theme, look out for search.php or similar and change the form field to:</em></p>
<pre><code>
&lt;form action=&quot;;/index.php" method="get" onsubmit="location.href='/search/' + encodeURIComponent(this.s.value).replace(/%20/g, '+'); return false;"&gt;
</form>

</code></pre>
<p><em>This is it, you are done!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/seo-wordpress-search-with-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

