Hi. I install cyberpanel as a control panel on my server. before I have cpanel with litespeed and everything worked properly.
After transfer my drupal sites to cyberpanel all drupal sites can’t generate image styles. like thumbnail or other
I changed .htaccess from files directory like this
#Options -Indexes -ExecCGI -Includes -MultiViews
Options +SymLinksIfOwnerMatch
Add these lines to settings.php
$settings['file_public_path'] = 'sites/default/files';
$config['image.settings']['suppress_itok_output'] = TRUE;
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
change folder permission to 777 change user and group directory to nobody:nogroup and nothing happened.
anybody can help me?