Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
shtml は ssi で html ということはわかったのですが、apache の httpd.conf で html ファイルでも ssi を設定できるのでしょうか。
AddType text/html .shtml .html AddOutputFilter INCLUDES .shtml .html
もしそうなら、html ファイルと shtml は同じですか?
ご回答ありがとうございます。