2010-11-16から1日間の記事一覧

htaccess で .html をphpとしてどうささせる設定

#for apache 1.3.X # SSIを.htmlに上層で設定している場合問題があるので、下記が必須。 RemoveHandler .html AddType application/x-httpd-php .htm .html