Hello I write plugin to set the php.ini for the domain settings + version of php
and unfortunately I have a problem I can not cope with the addition of the virtual host
So far it's what I did in the user / script.sh
View attachment php_settings.zip
and unfortunately I have a problem I can not cope with the addition of the virtual host
Code:
<FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
AddHandler x-httpd-php70 .inc .php .php3 .php4 .php5 .phtml
</FilesMatch>
So far it's what I did in the user / script.sh
View attachment php_settings.zip