<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Change default php.ini values using .htaccess</title>
	<atom:link href="http://www.digimantra.com/technology/apache/change-default-phpini-values-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com/technology/apache/change-default-phpini-values-htaccess/</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Sun, 13 Nov 2011 09:56:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/apache/change-default-phpini-values-htaccess/#comment-36917</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Sun, 22 Aug 2010 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2357#comment-36917</guid>
		<description>Try to set the following directive and it should work. 


&lt;Directory /path/to/the/dir/with .htaccess&gt;
&#160;&#160;AllowOverride All
&#160;&#160;Order Allow,Deny
&#160;&#160;Allow from all
&lt;/Directory&gt;</description>
		<content:encoded><![CDATA[<p>Try to set the following directive and it should work. </p>
<p>&lt;Directory /path/to/the/dir/with .htaccess&gt;<br />
&nbsp;&nbsp;AllowOverride All<br />
&nbsp;&nbsp;Order Allow,Deny<br />
&nbsp;&nbsp;Allow from all<br />
&lt;/Directory&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkatesh</title>
		<link>http://www.digimantra.com/technology/apache/change-default-phpini-values-htaccess/#comment-36823</link>
		<dc:creator>venkatesh</dc:creator>
		<pubDate>Sat, 21 Aug 2010 18:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2357#comment-36823</guid>
		<description>Hi Sachin,
I am trying to change php.ini setting using .htaccess 
I tried as you have given in this article. you can have look at the .htaccess content below -

AllowOverride Options
AllowOverride All

 php_value upload_tmp_dir &quot;/usr/local/pem/vhosts/45555/webspace/httpdocs/tmp/&quot;

It is throwing 500 - internal server error.
can you please help me in this case</description>
		<content:encoded><![CDATA[<p>Hi Sachin,<br />
I am trying to change php.ini setting using .htaccess<br />
I tried as you have given in this article. you can have look at the .htaccess content below -</p>
<p>AllowOverride Options<br />
AllowOverride All</p>
<p> php_value upload_tmp_dir &#8220;/usr/local/pem/vhosts/45555/webspace/httpdocs/tmp/&#8221;</p>
<p>It is throwing 500 &#8211; internal server error.<br />
can you please help me in this case</p>
]]></content:encoded>
	</item>
</channel>
</rss>

