WordPress
静的ページにphpを組み込む方法
2024.03.30 Sat
htaccessに以下のタグを追記します。
【Xサーバ】
AddHandler fcgid-script .htm .html
【Bizメール】
<FilesMatch "\.html$"> AddType application/x-httpd-php .html </FilesMatch>
WordPress
2024.03.30 Sat
htaccessに以下のタグを追記します。
【Xサーバ】
AddHandler fcgid-script .htm .html
【Bizメール】
<FilesMatch "\.html$"> AddType application/x-httpd-php .html </FilesMatch>