To disable PHP for a web site edit VirtualHost entry of the web site and add
1 |
php_flag engine off |
Restart Apache
1 |
systemctl restart apache2 |
To disable PHP for a web site edit VirtualHost entry of the web site and add
1 |
php_flag engine off |
Restart Apache
1 |
systemctl restart apache2 |