Using Plesk 17.8.11 on Ubuntu 16 and have PHP version set to 7.2 (FPM/FastCGI). Works fine when the file is a *php. However, I also have .htm and .html setup as PHP handles in which case I get version 7.0 (CGI/FastCGI).
Any idea how to change the settings so that all pages go through PHP 7.2.
On our website we have specifed, in Plesk, a 301 redirect for all pages from http to https. However for a couples of pages that are addressed by legacy applications we want to not redirect them to https and let the legacy applications access them via http. I'm familiar as to how this can be...