[an error occurred while proce ( No.0 ) |
- 日時: 2006/09/12 13:14
- 名前: 河合
- SSIで共有部分をメインのページにいれようとしているのですが、テストのページ「test.shtml」を開くと書きのペッセージが表示されます。
[an error occurred while processing this directive] 共有ファイル「insertfile.html」にはbodyを含むbody以外は削除しております。 サーバー管理者にも確認し、SSIの許可を設定してもらっています(shtml使用)。 これらのファイルのソースコードは ----------------------------- 「test.shtml」のソースコード ----------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 10.0.0.0 for Windows"> <META http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <META http-equiv="Content-Style-Type" content="text/css"> <TITLE></TITLE> </HEAD> <BODY><!--#include file="insertfile.html" --> <P>テスト中</P> </BODY> </HTML> ----------------------------- 「test.shtml」のソースコード ----------------------------- <P><IMG src="images/testimage.jpg" width="140" height="55" border="0"></P> 原因がわかりません。お助けください。 河合
|
|