Hello there,
I switched all sites from FastCGI to FPM, only to notice that about 5% of them use seo-friendly URLs without mod_rewrite/.htaccess, meaning that they have URLs like this: http://www.blabla.tld/index.php/about-us
I think all of them are Joomla installations btw.
Anyhow, when using PHP with the FPM handler, I get 404 errors, because it does not interpret that index.php as being a file. When switching back to FastCGI (same PHP version) the website works fine again.
Now I noticed in the apache vhost config file there is such a line
I suspect that regex is to blame or something? Is this a a known limitation of FPM or just a Plesk bug?
I switched all sites from FastCGI to FPM, only to notice that about 5% of them use seo-friendly URLs without mod_rewrite/.htaccess, meaning that they have URLs like this: http://www.blabla.tld/index.php/about-us
I think all of them are Joomla installations btw.
Anyhow, when using PHP with the FPM handler, I get 404 errors, because it does not interpret that index.php as being a file. When switching back to FastCGI (same PHP version) the website works fine again.
Now I noticed in the apache vhost config file there is such a line
Code:
ProxyPassMatch ^/(.*\.php)$ unix:///var/www/vhosts/system/blabla.tld/php-fpm.sock|fcgi://127.0.0.1:9000/var/www/vhosts/blabla.tld/httpdocs