0

HTMLファイルでPHPコードを実行する可能性をたくさん試しまし.htaccessたが、それでもPHPコードは実行されません。

これは私が .htaccess に入れようとしているものです:

#AddType application/x-httpd-php .html
#AddType application/x-httpd-php5 .html
#AddType x-httpd-php .html
#AddType x-httpd-php5 .html
#AddType php .html
#AddType php5 .html
AddHandler application/x-httpd-php .html
#AddHandler application/x-httpd-php5 .html
#AddHandler x-httpd-php .html
#AddHandler x-httpd-php5 .html
#AddHandler php .html
#AddHandler php5 .html

サーバーを実行可能にするために他に試すことはありますか?

4

0 に答える 0