<?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>Rally Vincent-Blog &#187; htaccess</title>
	<atom:link href="http://rvincent.digital-nerv.net/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://rvincent.digital-nerv.net</link>
	<description>&#34;Smurfs are asexual. They don&#039;t even have reproductive organs under those little white pants.&#34;</description>
	<lastBuildDate>Sun, 07 Aug 2011 20:58:52 +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>Override the sizelimit in php options.ini</title>
		<link>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/</link>
		<comments>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:01:56 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1222</guid>
		<description><![CDATA[Insert the following lines into your .htaccess file. In this case we raise the limit up to 20 Megabytes. php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1230 alignnone" title="7268526-600" src="http://rvincent.digital-nerv.net/wp-content/uploads/7268526-600.jpg" alt="7268526-600" width="600" height="397" /></p>
<p>Insert the following lines into your <code>.htaccess</code> file. In this case we raise the limit up to 20 Megabytes.</p>
<pre>php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200</pre>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2009/12/09/override-the-sizelimit-in-php-options-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

