<?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>KafeKafe &#187; htaccess</title>
	<atom:link href="http://kafekafe.com/wordpress-mu/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://kafekafe.com/wordpress-mu</link>
	<description>Just another Kafekafe.com weblog</description>
	<lastBuildDate>Tue, 09 Jul 2013 01:15:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>PHP Large File Upload With .htaccess</title>
		<link>http://kafekafe.com/wordpress-mu/2010/07/26/php-large-file-upload-with-htaccess/</link>
		<comments>http://kafekafe.com/wordpress-mu/2010/07/26/php-large-file-upload-with-htaccess/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:35:22 +0000</pubDate>
		<dc:creator>echen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://kafekafe.com/wordpress-mu/?p=1442</guid>
		<description><![CDATA[Add the following into .htaccess to allow larger file uploads. php_value upload_max_filesize 20Mphp_value post_max_size 20Mphp_value max_execution_time 200php_value max_input_time 200 via Upload large or big file in PHP using .htaccess.]]></description>
				<content:encoded><![CDATA[<p>Add the following into .htaccess to allow larger file uploads.</p>
<blockquote><p><strong>php_value upload_max_filesize 20M<br style="font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;" />php_value post_max_size 20M<br style="font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;" />php_value max_execution_time 200<br style="font-family: Arial, Helvetica, 'Trebuchet MS', Verdana, Tahoma; font-size: 1em; outline-width: 0px; outline-style: initial; outline-color: initial; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;" />php_value max_input_time 200</strong></p></blockquote>
<p>via <a href="http://roshanbh.com.np/2008/01/uploading-larger-files-in-php.html">Upload large or big file in PHP using .htaccess</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kafekafe.com/wordpress-mu/2010/07/26/php-large-file-upload-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing www in Domain Name</title>
		<link>http://kafekafe.com/wordpress-mu/2010/05/03/removing-www-in-domain-name/</link>
		<comments>http://kafekafe.com/wordpress-mu/2010/05/03/removing-www-in-domain-name/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:44:36 +0000</pubDate>
		<dc:creator>echen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://kafekafe.com/wordpress-mu/?p=1231</guid>
		<description><![CDATA[# Redirecting www version to non-www version RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] via Pagerank Splitting.]]></description>
				<content:encoded><![CDATA[<blockquote><p># Redirecting www version to non-www version</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]<br />
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]</p></blockquote>
<p>via <a href="http://arjaneising.nl/current-work/pagerank-splitting">Pagerank Splitting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kafekafe.com/wordpress-mu/2010/05/03/removing-www-in-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
