<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div><div>Hi,<br></div><div><br></div><div>there's a customer who wants his file 'xyz' to be interpreted by PHP while the file does not have .php as a suffix, how can he do that?<br></div><div>We tried something like this:</div><div><br data-mce-bogus="1"></div><div><pre class="wrap"><FilesMatch "^(xyz)$">
ForceType application/x-httpd-php
</FilesMatch><br><br>but then the customer has PHP5 which see to be the mod_php option. The site is set to PHP FPM 7.3 which he of course he also wants for his xyz file.<br><br>Sorry for the first, incomplete mail.<br><br>Jochen Demmer<br>RelAix Networks GmbH<br></pre></div></div></div></body></html>