Jump to content

Prestashop how to set values in php.ini file using htaccess


Edge_jr

Recommended Posts

Hi,

You can use the below code in the htaccess file. Please change values as per your server PHP configuration values.

php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 1024M
php_value max_input_time 18000
php_value max_execution_time 1800

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...