<?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>Linux Servers cPanel webhosting blog &#187; post_max_size</title>
	<atom:link href="http://www.theperfectarts.com/tag/post_max_size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP values you can change from .htaccess</title>
		<link>http://www.theperfectarts.com/2009/08/php-values-you-can-change-from-htaccess/</link>
		<comments>http://www.theperfectarts.com/2009/08/php-values-you-can-change-from-htaccess/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:04:51 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[change php value]]></category>
		<category><![CDATA[disaply_error]]></category>
		<category><![CDATA[htaccess for php value]]></category>
		<category><![CDATA[magic_quotes_gpc]]></category>
		<category><![CDATA[PHP values change by .htaccess.define PHP values from htaccess]]></category>
		<category><![CDATA[php_admin_flag safe_mode]]></category>
		<category><![CDATA[php_flag]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[register_globals]]></category>
		<category><![CDATA[session.bug_compat]]></category>
		<category><![CDATA[session.use_cookies]]></category>
		<category><![CDATA[session.use_only_cookies]]></category>
		<category><![CDATA[session.use_trans_sid]]></category>
		<category><![CDATA[upload_max_filesiz]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/11/php-values-you-can-change-from-htaccess/</guid>
		<description><![CDATA[There are few good values which should be change for specific script. Use following code in .htaccess to changes the values as per your requirement. php_flag session.use_trans_sid off php_flag session.use_only_cookies on php_flag register_globals On php_value magic_quotes_runtime Off php_flag magic_quotes_gpc off php_admin_flag safe_mode Off php_value post_max_size 20971520 php_value upload_max_filesize 12M php_value max_execution_time 600 php_value magic_quotes_gpc off [...]]]></description>
			<content:encoded><![CDATA[<p>There are few good values which should be change for specific script. Use following code in .htaccess to changes the values as per your requirement.</p>
<p>php_flag session.use_trans_sid off<br />
php_flag session.use_only_cookies on<br />
php_flag register_globals On<br />
php_value magic_quotes_runtime Off<br />
php_flag magic_quotes_gpc off<br />
php_admin_flag safe_mode Off</p>
<p>php_value post_max_size 20971520<br />
php_value upload_max_filesize 12M<br />
php_value max_execution_time 600<br />
php_value magic_quotes_gpc off<br />
php_flag session.bug_compat_warn off<br />
php_value session.use_cookies 1<br />
php_flag session.use_only_cookies 1</p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/php-values-you-can-change-from-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
