Hi,
Is there a way to define default php.ini settings for new sites? short_open_tag = On is the default setting and I need it be set to Off.
Thanks,
Gareth
Hi,
Is there a way to define default php.ini settings for new sites? short_open_tag = On is the default setting and I need it be set to Off.
Thanks,
Gareth
/conf/php/php.ini.hbs file.short_open_tag parameter value and save the change./local-phpinfo.php page in the web browser for the local website.short_open_tag parameter and confirm the new value is working as expected.![]()