<?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>Programming Facts &#187; .htaccess for php.ini</title>
	<atom:link href="http://www.programmingfacts.com/tag/htaccess-for-php-ini/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 10:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Upload large(Big) files in PHP using .htaccess</title>
		<link>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/</link>
		<comments>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:05:35 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[.htaccess for php.ini]]></category>
		<category><![CDATA[.htaccess rules for increase upload limit]]></category>
		<category><![CDATA[.htaccess tricks]]></category>
		<category><![CDATA[Helpful tips]]></category>
		<category><![CDATA[How to upload big files]]></category>
		<category><![CDATA[Increase upload file size limit]]></category>
		<category><![CDATA[PHP configuration]]></category>
		<category><![CDATA[PHP Programming tips]]></category>
		<category><![CDATA[set php configuration values]]></category>
		<category><![CDATA[Upload larger files in PHP]]></category>
		<category><![CDATA[working with larger files upload]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/2010/02/16/upload-largebig-files-php-htaccess/</guid>
		<description><![CDATA[I have seen many developers who find difficulties when working with <strong>larger files upload in php</strong>. When files which are too large in size, needs to be uploaded by php than you have to change the default file size either from <strong>php.ini</strong> OR <strong>httpd.conf</strong> OR using <strong>.htaccess</strong>. <strong>Default </strong>upload file size will be <strong>2MB</strong>. If you are uploading file which is <strong>larger than 2MB</strong> size than here i am showing you the way to <strong>upload larger files using PHP.</strong>


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/' rel='bookmark' title='Permanent Link: Browse Server &#038; Image Upload Problem in CKEditor Solved'>Browse Server &#038; Image Upload Problem in CKEditor Solved</a></li>
<li><a href='http://www.programmingfacts.com/upload-files-wordpress-postpage/' rel='bookmark' title='Permanent Link: How to Upload Files to a WordPress Post/Page'>How to Upload Files to a WordPress Post/Page</a></li>
<li><a href='http://www.programmingfacts.com/set-php-configurationphp-ini/' rel='bookmark' title='Permanent Link: How to set PHP configuration(php.ini) values from .htaccess file'>How to set PHP configuration(php.ini) values from .htaccess file</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to set PHP configuration(php.ini) values from .htaccess file</title>
		<link>http://www.programmingfacts.com/set-php-configurationphp-ini/</link>
		<comments>http://www.programmingfacts.com/set-php-configurationphp-ini/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 04:08:49 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[.htaccess for php.ini]]></category>
		<category><![CDATA[.htaccess tricks]]></category>
		<category><![CDATA[change php.ini values]]></category>
		<category><![CDATA[change php.ini values from .htaccess]]></category>
		<category><![CDATA[PHP configuration]]></category>
		<category><![CDATA[set php configuration values]]></category>
		<category><![CDATA[set php.ini values using .htaccess]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=369</guid>
		<description><![CDATA[There might be situation where you need to <strong>change php configuration values</strong> when you work on server. In <strong>local apache</strong> server, you can easily change the php configuration values <strong>using php.ini</strong> file from directory. But what will you do as php.ini is not visible on server ? The solution is <strong>.htaccess</strong> which is visible on server(.htaccess invisible ?). Using .htaccess you can change the php configuration values.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/upload-largebig-files-php-htaccess/' rel='bookmark' title='Permanent Link: Upload large(Big) files in PHP using .htaccess'>Upload large(Big) files in PHP using .htaccess</a></li>
<li><a href='http://www.programmingfacts.com/htaccess-invisible-visible/' rel='bookmark' title='Permanent Link: .htaccess is invisible &#8211; How to make it visible in FTP Program like CuteFTP , Filezilla'>.htaccess is invisible &#8211; How to make it visible in FTP Program like CuteFTP , Filezilla</a></li>
<li><a href='http://www.programmingfacts.com/301-redirect-dynamic-urls-static/' rel='bookmark' title='Permanent Link: 301 Redirect old dynamic URLs to new static URLs using .htaccess'>301 Redirect old dynamic URLs to new static URLs using .htaccess</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/set-php-configurationphp-ini/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 29/67 queries in 0.388 seconds using disk

Served from: www.programmingfacts.com @ 2010-09-10 10:33:15 -->