<?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>Marco Steinhäuser &#187; SEO</title>
	<atom:link href="http://www.marco-steinhaeuser.de/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marco-steinhaeuser.de</link>
	<description>OXID Community Guide and other stories from the &#34;pony-tail&#34;</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:56:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rewritebase OXID eShop</title>
		<link>http://www.marco-steinhaeuser.de/rewritebase-oxid-eshop.html</link>
		<comments>http://www.marco-steinhaeuser.de/rewritebase-oxid-eshop.html#comments</comments>
		<pubDate>Sun, 22 Nov 2009 02:22:24 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=187</guid>
		<description><![CDATA[Problems setting up OXID eShop and rewrite base? See this blog post for more information]]></description>
			<content:encoded><![CDATA[<p>Again and again I see my website being found with the key word &#8220;rewritebase oxid eshop&#8221;. Obviously this seems not to be a clear case. Let me explain it:</p>
<p>The OXID eShop strictly uses so called re-written URLs, known as &#8220;permalinks&#8221; in WordPress. In opposite to e.g. WordPress, you cannot choose between &#8220;regular&#8221; URLs and re-written URLs, it&#8217;s use is <em>assumed</em> and this, absolutely makes sense: Who wants to run an online store without wanting to be ranked on top of the known search engines?</p>
<p>An example:</p>
<ul>
<li>Until OXID eShop Version 4, URLs where build like this:
<p>http://www.yourshop.com/oxid.php/sid/f1abc0556fc27ad9a023d453793edfd8/cl/details/anid/29b49c9e2db7bc7c7.33407713/Genelec-8020/</li>
<li>Now, this URL (built up by the program code) by default is re-written to another URL this style:
<p>http://www.yourshop.com/category/product.html</li>
</ul>
<p>Nice, isn&#8217;t it? In a matter of fact, your product details page will rank much higher in any search engine!</p>
<p>To achieve this effect, your webspace or server has to fulfill some requirements before you can set up OXID eShop:</p>
<ol>
<li>The component &#8220;mod_rewrite&#8221; has to be installed. You can check this easily with a simple file &#8211; let&#8217;s call it &#8220;check.php&#8221; &#8211; that you can load onto your server via FTP contents the following: <code>&lt;?php phpinfo(); ?&gt;</code>. Fire up your browser and insert http://www.yourstore.com/check.php now, search for &#8220;mod_rewrite&#8221;. If you cannot find anything, turn to your hosting provider. Don&#8217;t forget to ditch this file once you saw it &#8211; the information provided opens doors to all the hackers.</li>
<li>Check, if you really uploaded the delivered file .htaccess. Files with a leading dot are marked as hidden in the Unix world, so at a MAC, and will not be uploaded by default.</li>
<li>Some hosting providers do not allow an own .htaccess file. Request it!</li>
<li>Some hosting providers request an additional entry into the .htaccess file, called &#8220;RewriteBase&#8221;</li>
</ol>
<p>In this case, replace</p>
<p><code>Options +FollowSymLinks<br />
RewriteEngine On<br />
</code><br />
by<br />
<code><br />
Options +FollowSymLinks<br />
RewriteBase /<br />
RewriteEngine On</code></p>
<p>or use</p>
<p><code>RewriteBase /oxid/<br />
</code><br />
if you run a sub-folder.</p>
<p>If there still problems remaining, turn to the forums, I&#8217;ll be there <img src='http://www.marco-steinhaeuser.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a title="OXID eSales forum" href="http://www.oxid-esales.com/forum/" target="_blank">http://www.oxid-esales.com/forum/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/rewritebase-oxid-eshop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

