<?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: Set php.ini Values Using&#160;.htaccess</title> <atom:link href="http://davidwalsh.name/php-values-htaccess/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/php-values-htaccess</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:28:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Norris Ewelike</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-19532</link> <dc:creator>Norris Ewelike</dc:creator> <pubDate>Thu, 26 Aug 2010 07:34:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-19532</guid> <description>wladia viviani: you can move items into your apache&#039;s httpd.conf file - but that means the changes are only picked up on Apache&#039;s restart.  However if things won&#039;t change often then it&#039;ll save IO and processing on each requesterik neuwirth: &lt;code&gt;php_value upload_max_filesize 10M&lt;/code&gt; as in the example right at the top :)I know &quot;everybody&quot; knows this but it&#039;s good to have a dev environment that&#039;s the same as your live environment but enable php errors to be seen.  What we do is simply have a dev htaccess file that contains&lt;code&gt;
# Eror Handling:
php_flag display_errors on
php_flag display_startup_errors on
&lt;/code&gt;Then we can see any fallout on dev before live just swallows the problems (we don&#039;t want to burden the user with an unset variable being erroneously used!)</description> <content:encoded><![CDATA[<p>wladia viviani: you can move items into your apache&#8217;s httpd.conf file &#8211; but that means the changes are only picked up on Apache&#8217;s restart.  However if things won&#8217;t change often then it&#8217;ll save IO and processing on each request</p><p>erik neuwirth: <code>php_value upload_max_filesize 10M</code> as in the example right at the top :)</p><p>I know &#8220;everybody&#8221; knows this but it&#8217;s good to have a dev environment that&#8217;s the same as your live environment but enable php errors to be seen.  What we do is simply have a dev htaccess file that contains</p><p><code><br
/> # Eror Handling:<br
/> php_flag display_errors on<br
/> php_flag display_startup_errors on<br
/> </code></p><p>Then we can see any fallout on dev before live just swallows the problems (we don&#8217;t want to burden the user with an unset variable being erroneously used!)</p> ]]></content:encoded> </item> <item><title>By: Erik Neuwirth</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-14674</link> <dc:creator>Erik Neuwirth</dc:creator> <pubDate>Mon, 21 Dec 2009 21:57:12 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-14674</guid> <description>I am not an experienced coder. I have access to the .htaccess file. What exactly do I need to put in the file to increase my Upload file size limit? I&#039;d greatly appreciate any help. Thank you all!</description> <content:encoded><![CDATA[<p>I am not an experienced coder. I have access to the .htaccess file. What exactly do I need to put in the file to increase my Upload file size limit? I&#8217;d greatly appreciate any help. Thank you all!</p> ]]></content:encoded> </item> <item><title>By: divyesh</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-14624</link> <dc:creator>divyesh</dc:creator> <pubDate>Fri, 18 Dec 2009 10:42:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-14624</guid> <description>hi,
i am using mootools ans jquery and ligthbox in my project. but i have not access jquery with lightbox.http://www.immobelgica.be/en/search/apartment/for-sale/belgium/east__flanders/aalst/38548/5/in above url i have user jquery for thumb image move on mouse hover and when click on image that time i user lightbox for vieew image. that is ok but i also use lightbox for email to friend and page is not open in middle and same window like image.please reply me on my mail..have a nice timeThank for help..</description> <content:encoded><![CDATA[<p>hi,<br
/> i am using mootools ans jquery and ligthbox in my project. but i have not access jquery with lightbox.</p><p><a
href="http://www.immobelgica.be/en/search/apartment/for-sale/belgium/east__flanders/aalst/38548/5/" rel="nofollow">http://www.immobelgica.be/en/search/apartment/for-sale/belgium/east__flanders/aalst/38548/5/</a></p><p>in above url i have user jquery for thumb image move on mouse hover and when click on image that time i user lightbox for vieew image. that is ok but i also use lightbox for email to friend and page is not open in middle and same window like image.</p><p>please reply me on my mail..</p><p>have a nice time</p><p>Thank for help..</p> ]]></content:encoded> </item> <item><title>By: Wladia Viviani</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-9360</link> <dc:creator>Wladia Viviani</dc:creator> <pubDate>Fri, 22 May 2009 02:40:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-9360</guid> <description>Wow that&#039;s exactly what I needed to simplify my life. Thank you!&lt;blockquote&gt;
Of course you could simply place
these in the .htaccess file, but
.htaccess is a viable alternative if
your host doesn’t allow you to touch
the .htaccess file.
&lt;/blockquote&gt;Maybe you meant httpd.conf? Or php.ini?</description> <content:encoded><![CDATA[<p>Wow that&#8217;s exactly what I needed to simplify my life. Thank you!</p><blockquote><p> Of course you could simply place<br
/> these in the .htaccess file, but<br
/> .htaccess is a viable alternative if<br
/> your host doesn’t allow you to touch<br
/> the .htaccess file.</p></blockquote><p>Maybe you meant httpd.conf? Or php.ini?</p> ]]></content:encoded> </item> <item><title>By: Иван</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3727</link> <dc:creator>Иван</dc:creator> <pubDate>Fri, 07 Nov 2008 09:54:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3727</guid> <description>Consider reading the following, to get better understading of .htaccess and how it works. It really depends on your httpd.conf what you can do with the .htaccess file.http://httpd.apache.org/docs/2.2/howto/htaccess.html
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride </description> <content:encoded><![CDATA[<p>Consider reading the following, to get better understading of .htaccess and how it works. It really depends on your httpd.conf what you can do with the .htaccess file.</p><p> <a
href="http://httpd.apache.org/docs/2.2/howto/htaccess.html" rel="nofollow">http://httpd.apache.org/docs/2.2/howto/htaccess.html</a><br
/> <a
href="http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride</a></p> ]]></content:encoded> </item> <item><title>By: fred</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3715</link> <dc:creator>fred</dc:creator> <pubDate>Thu, 06 Nov 2008 14:36:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3715</guid> <description>Readers may be interested by reading this page on the PHP documentation : &lt;a href=&quot;http://php.net/manual/en/configuration.changes.php&quot; rel=&quot;nofollow&quot;&gt;How to change configuration settings&lt;/a&gt;. That is said you can also use the ini&#095;set php function, which is an alternative to the .htaccess method.@Antoine Leclair: There is always the official documentation. You can find it for the &lt;a href=&quot;http://httpd.apache.org/docs/2.2/&quot; rel=&quot;nofollow&quot;&gt;last version of Apache&lt;/a&gt;, and you have a &lt;a href=&quot;http://httpd.apache.org/docs/2.2/howto/htaccess.html&quot; rel=&quot;nofollow&quot;&gt;.htaccess tutorial&lt;/a&gt;.</description> <content:encoded><![CDATA[<p>Readers may be interested by reading this page on the PHP documentation : <a
href="http://php.net/manual/en/configuration.changes.php" rel="nofollow">How to change configuration settings</a>. That is said you can also use the ini&#95;set php function, which is an alternative to the .htaccess method.</p><p>@Antoine Leclair: There is always the official documentation. You can find it for the <a
href="http://httpd.apache.org/docs/2.2/" rel="nofollow">last version of Apache</a>, and you have a <a
href="http://httpd.apache.org/docs/2.2/howto/htaccess.html" rel="nofollow">.htaccess tutorial</a>.</p> ]]></content:encoded> </item> <item><title>By: Name</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3714</link> <dc:creator>Name</dc:creator> <pubDate>Thu, 06 Nov 2008 13:43:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3714</guid> <description>Another way to do it  is to use PHP&#039;s native &lt;a href=&quot;http://www.php.net/manual/en/function.ini-set.php&quot; rel=&quot;nofollow&quot;&gt;ini&#095;set()&lt;/a&gt; function</description> <content:encoded><![CDATA[<p>Another way to do it  is to use PHP&#8217;s native <a
href="http://www.php.net/manual/en/function.ini-set.php" rel="nofollow">ini&#95;set()</a> function</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3701</link> <dc:creator>david</dc:creator> <pubDate>Wed, 05 Nov 2008 14:52:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3701</guid> <description>&lt;p&gt;@Chris Coyier:  The upload limit is the one I change the most.&lt;/p&gt;&lt;p&gt;@Antoine Leclair:  I haven&#039;t found one great one -- Google usually yields the best results.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Chris Coyier:  The upload limit is the one I change the most.</p><p>@Antoine Leclair:  I haven&#8217;t found one great one &#8212; Google usually yields the best results.</p> ]]></content:encoded> </item> <item><title>By: quard</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3696</link> <dc:creator>quard</dc:creator> <pubDate>Wed, 05 Nov 2008 05:56:38 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3696</guid> <description>@Ahmed: php&#095;flag and _php&#095;value can be written in httpd.conf in FastCGI, but not in .htaccess file. if PHP is running as module, you can do anything with .htaccess</description> <content:encoded><![CDATA[<p>@Ahmed: php&#95;flag and _php&#95;value can be written in httpd.conf in FastCGI, but not in .htaccess file. if PHP is running as module, you can do anything with .htaccess</p> ]]></content:encoded> </item> <item><title>By: Antoine Leclair</title><link>http://davidwalsh.name/php-values-htaccess/comment-page-1#comment-3694</link> <dc:creator>Antoine Leclair</dc:creator> <pubDate>Wed, 05 Nov 2008 02:45:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=672#comment-3694</guid> <description>I&#039;ll remember that one, thanks !.htaccess has a lot of capabilities, do you know if there&#039;s a reference for it, or a listing of the possibilities somewhere ?</description> <content:encoded><![CDATA[<p>I&#8217;ll remember that one, thanks !</p><p>.htaccess has a lot of capabilities, do you know if there&#8217;s a reference for it, or a listing of the possibilities somewhere ?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.017 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:55:31 -->
