How to perform PHP code in the .html file?

alex11

Verified User
Joined
Jun 20, 2015
Messages
26
php works in FastCGI mode

Construction type:

<FilesMatch "\.(html|htm)$">
AddHandler fcgid-script .php .html
FCGIWrapper "/usr/local/safe-bin/fcgid53.sh" .htm
FCGIWrapper "/usr/local/safe-bin/fcgid53.sh" .html
</FilesMatch>

It does not work. The code is not executed. Files in the folder /usr/local/safe-bin/fcgid53.sh there.
 
Back
Top