<?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>Happywebsites.de &#187; SEO</title>
	<atom:link href="http://www.happywebsites.de/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.happywebsites.de</link>
	<description>Typo3, Wordpress und Oxid-Esales im Blickpunkt</description>
	<lastBuildDate>Tue, 01 Mar 2011 07:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Kleinschreibung der SEO-URL im Oxid-Shops</title>
		<link>http://www.happywebsites.de/kleinschreibung-seo-url-oxid-shops.html</link>
		<comments>http://www.happywebsites.de/kleinschreibung-seo-url-oxid-shops.html#comments</comments>
		<pubDate>Mon, 17 May 2010 09:37:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Oxid-Shop]]></category>
		<category><![CDATA[Oxid]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[URL-Struktur]]></category>

		<guid isPermaLink="false">http://www.happywebsites.de/?p=188</guid>
		<description><![CDATA[Da Oxid hier immer noch nicht nachgebessert hat, hier eine Quick&#38;Diry-L&#246;sung damit alle URL kleingeschrieben sind. Gilt f&#252;r Version 4.3.1. Datei oxseoencoder.php (vorher unbedingt Sicherheitskopie anfertigen!) Zeile: 615 &#8211; funktion _prepareUri( $sUri ) aus: return $oStr-&#62;preg_replace( array( &#39;&#124;//+&#124;&#39;, &#39;/&#39; . &#8230; <a href="http://www.happywebsites.de/kleinschreibung-seo-url-oxid-shops.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Da Oxid hier immer noch nicht nachgebessert hat, hier eine Quick&amp;Diry-L&ouml;sung damit alle URL kleingeschrieben sind. Gilt f&uuml;r Version 4.3.1.</p>
<p>
	Datei oxseoencoder.php (vorher unbedingt Sicherheitskopie anfertigen!)</p>
<p>Zeile: 615 &#8211; funktion _prepareUri( $sUri )</p>
<p>aus:</p>
<blockquote>
<p>return $oStr-&gt;preg_replace( array( &#39;|//+|&#39;, &#39;/&#39; . preg_quote( self::$_sSeparator . self::$_sSeparator, &#39;/&#39; ) .&#39;+/&#39; ),array( &#39;/&#39;, self::$_sSeparator ), $sUri );</p>
</blockquote>
<p>wird:</p>
<blockquote>
<p>return strtolower($oStr-&gt;preg_replace( array( &#39;|//+|&#39;, &#39;/&#39; . preg_quote( self::$_sSeparator . self::$_sSeparator, &#39;/&#39; ) .&#39;+/&#39; ),array( &#39;/&#39;, self::$_sSeparator ), $sUri ));</p>
</blockquote>
<p>Danach im Admin unter Grundeinstellungen-&gt;SEO die SEO-URLs neu generieren lassen.</p>
<p>
	Fertig!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebsites.de/kleinschreibung-seo-url-oxid-shops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

