The link you followed has expired

Any idea how to fix the issue? I tried add following code in .htaccess file but it doesn’t work.

php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300

Then I created a php.ini file in public_html and add following code. It still doesn’t work.

upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300

Please help.

in .httaccess would not works on openlitespeed go to url cyberpanel IP :8090/managephp/editPHPConfigs
edit php setting; then add the next ones or what you want to set
Example .

memory_limit

2048M

max_execution_time

30

upload_max_filesize

2048M

post_max_size

2048M

max_input_time

60

Try to update your cyberpanel and then test it out

May I know how to update cyberpanel?

What about PHP Max Input Vars and ZipArchive?