.html でphpを動かす

.htaccess に記載する。

# Core
AddType application/x-httpd-php .html

# Chicappa
AddType php5-script .html

# etc
AddHandler php5-script .html

Apache のバージョンによって様々なので適宜書き換える。

コメントを残す