Enabling php flags in htaccess

reyezstef

New member
Joined
Aug 20, 2020
Messages
1
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?
 
what is your php mode ?
like fpm or mod_php
fpm isn't use htaccess, it use " .user.ini "
 
Back
Top