Webサイト表示時のトラブル

ページがうまく表示されず、ファイルのダウンロードが始まってしまいます。

「.htaccess」をご利用になっている場合はその書式にご注意下さい。

例)
<変更前>
AddType text/x-server-parsed-html .html
AddType text/x-server-parsed-html .htm

<変更後>
AddHandler server-parsed .html
AddHandler server-parsed .htm

もどる