<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — img/avatars/.htaccess]]></title>
		<link>https://punbb.informer.com/forums/topic/24941/imgavatarshtaccess/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/24941/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in img/avatars/.htaccess.]]></description>
		<lastBuildDate>Fri, 17 Feb 2012 22:28:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: img/avatars/.htaccess]]></title>
			<link>https://punbb.informer.com/forums/post/143984/#p143984</link>
			<description><![CDATA[<p><strong>very good</strong></p>]]></description>
			<author><![CDATA[null@example.com (xamxor)]]></author>
			<pubDate>Fri, 17 Feb 2012 22:28:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143984/#p143984</guid>
		</item>
		<item>
			<title><![CDATA[Re: img/avatars/.htaccess]]></title>
			<link>https://punbb.informer.com/forums/post/143869/#p143869</link>
			<description><![CDATA[<p>maybe <br /></p><div class="codebox"><pre><code>&lt;FilesMatch &quot;*\.(gif|jpg|png)&quot;&gt;</code></pre></div><p>?</p>]]></description>
			<author><![CDATA[null@example.com (hcs)]]></author>
			<pubDate>Tue, 14 Feb 2012 02:04:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143869/#p143869</guid>
		</item>
		<item>
			<title><![CDATA[img/avatars/.htaccess]]></title>
			<link>https://punbb.informer.com/forums/post/143842/#p143842</link>
			<description><![CDATA[<p>A user on the french support board <a href="http://punbb-a.keydogbb.info/topic47-les-avatars-ne-saffichent-pas.html">reported trouble</a> seeing the avatars;<br />the solution he found:<br />file /img/avatars/.htaccess</p><p>from<br /></p><div class="codebox"><pre><code>Deny from all
&lt;FilesMatch &quot;\.(gif|jpg|png)$&quot;&gt;
    Allow from all
&lt;/FilesMatch&gt;</code></pre></div><p>to <br /></p><div class="codebox"><pre><code>Deny from all
&lt;Files &quot;*.gif&quot;&gt;
Allow from all
&lt;/Files&gt;
&lt;Files &quot;*.png&quot;&gt;
Allow from all
&lt;/Files&gt;
&lt;Files &quot;*.jpg&quot;&gt;
Allow from all
&lt;/Files&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Mon, 13 Feb 2012 08:27:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/143842/#p143842</guid>
		</item>
	</channel>
</rss>
