help change php settings

Can someone please point me to the post that deals with changing the php settings via .htaccess file?

I have searched and searched..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 26 Oct 2010

Is this what you're looking for?:

 

php_flag register_globals Off
php_flag allow_url_fopen On
php_flag allow_url_include Off
php_value upload_max_filesize 300M
php_value post_max_size 300M
php_value max_input_time 300
php_value max_execution_time 300
php_value memory_limit 128M
php_value short_open_tag On

 

If you need to add anything else, just follow the above as a template.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 26 Oct 2010

Thanks, I found it already.

Working on someones VPS and not too familiar with Centos... now I am. LOL

matching these settings for php is so very important..

This always seems to be the problem in the end, VPS servers are not configured "Out of the Box" to work with Dolphin...

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 26 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.