CyberPanel Community

The link you followed has expired

MC
MC #1

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.

4 replies
fl
florevit.com #2

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

sh
shoaibkk #3

Try to update your cyberpanel and then test it out

MC
MC #4

May I know how to update cyberpanel?

MC
MC #5

What about PHP Max Input Vars and ZipArchive?

Sign in to reply