How to Set .htaccess php_value

Posted on

There is a simple syntax to that answers how to set htaccess php_value
for example if we want to set max_execution_time,

php_value max_execution_time 120

How to Set .htaccess php_value
Above code put in your apache htaccess file will set the configuration.
How about You? Feel Free to comment on this.

Leave a Reply

Your email address will not be published. Required fields are marked *