<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>FAQ.otto-joerg.de - </title>
<description>hier werden einfach alle fragen beantwortet</description>
<link>https://www.faq.otto-joerg.de</link>	<item>
		<title><![CDATA[Anfragen von bestimmten Ländern aussperren]]></title>
		<description><![CDATA[<p>
Voraussetzung ist, dass mod_geoip im Apache verfügbar ist.
</p>
<p>
In dem Beispiel werden IPs aus Russland (RU) und China mit einem Forbidden ausgesperrt.
</p>
<p>
<br />
RewriteEngine On<br />
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^RU$ [NC,OR]<br />
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$ [NC]<br />
RewriteRule ^(.*)  - [F]
</p>
]]></description>
		<link>https://www.faq.otto-joerg.de/index.php?action=artikel&amp;cat=3&amp;id=44&amp;artlang=de</link>
		<pubDate>Mon, 06 Jun 2011 14:12:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Ausführung von PHP deaktivieren]]></title>
		<description><![CDATA[php_flag engine off
]]></description>
		<link>https://www.faq.otto-joerg.de/index.php?action=artikel&amp;cat=3&amp;id=43&amp;artlang=de</link>
		<pubDate>Thu, 03 Dec 2009 07:54:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[xtCommerce Index-Setzen / Tunen]]></title>
		<description><![CDATA[<p>
<strong>1.</strong><br />
ALTER TABLE `products_to_categories` ADD INDEX ( `products_id`,`categories_id` ) 
</p>
<p>
<strong>2.</strong><br />
ALTER TABLE `orders_products` ADD INDEX ( `orders_id`,`products_id` ) 
</p>
]]></description>
		<link>https://www.faq.otto-joerg.de/index.php?action=artikel&amp;cat=11&amp;id=42&amp;artlang=de</link>
		<pubDate>Thu, 05 Feb 2009 17:33:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[MySQL5-Fix für xtCommerce]]></title>
		<description><![CDATA[<strong><a href="http://root.otto-joerg.de/xtc2-mysql5patch.zip">Download hier :)</a></strong>
]]></description>
		<link>https://www.faq.otto-joerg.de/index.php?action=artikel&amp;cat=11&amp;id=41&amp;artlang=de</link>
		<pubDate>Sat, 31 Jan 2009 17:41:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Funktionmit variablen Argumenten]]></title>
		<description><![CDATA[function bla()<br />
{<br />
        foreach(func_get_args() as $schluessel =&gt; $argument)<br />
        {<br />
                echo $schluessel . " &gt;&gt;&gt; " . $argument . "&lt;br&gt;";<br />
        }<br />
}<br />
<br />
bla(&#39;thomas&#39;,&#39;joerg&#39;,&#39;andre&#39;);
]]></description>
		<link>https://www.faq.otto-joerg.de/index.php?action=artikel&amp;cat=1&amp;id=40&amp;artlang=de</link>
		<pubDate>Fri, 19 Sep 2008 14:37:00 GMT</pubDate>
	</item>
</channel>
</rss>