Good morning,
I ask for instructions to disable the auto generation of the htaccess file on my site
now this problematic string is added
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
Occasionally the site crashes when I load the domain into the browser,
and download an empty PHP file, to restart it I have to
restart the service PHP-FPM Service for Apache
Why is this happening?
I had to delete this line:
# php -- BEGIN cPanel-generated handler, do not edit
# Impostare il pacchetto “ea-php72†come linguaggio di programmazione “PHP†predefinito.
#<IfModule mime_module>
# AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
#</IfModule>
and add this line:
AddType application/x-httpd-php .php .htm .html
I ask for instructions to disable the auto generation of the htaccess file on my site
now this problematic string is added
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
Occasionally the site crashes when I load the domain into the browser,
and download an empty PHP file, to restart it I have to
restart the service PHP-FPM Service for Apache
Why is this happening?
I had to delete this line:
# php -- BEGIN cPanel-generated handler, do not edit
# Impostare il pacchetto “ea-php72†come linguaggio di programmazione “PHP†predefinito.
#<IfModule mime_module>
# AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
#</IfModule>
and add this line:
AddType application/x-httpd-php .php .htm .html
Attachments
-
203 KB Views: 13