I want to enable the following flags in htaccess but enabling this results in an internal server error:
# php_value max_input_vars 100000
# php_value upload_max_filesize 128M
# php_value post_max_size 128M
# php_value max_input_time 3600
# php_value max_execution_time 3000
# php_value memory_limit 1024M
I'm using this version of DA:
version=1.61.3
Where can I change this?
# php_value max_input_vars 100000
# php_value upload_max_filesize 128M
# php_value post_max_size 128M
# php_value max_input_time 3600
# php_value max_execution_time 3000
# php_value memory_limit 1024M
I'm using this version of DA:
version=1.61.3
Where can I change this?