0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

外部ファイルの実装前に発生するホワイトアウト画面【SSIエラー】の暫定対応

0
Posted at

外部ファイルの実装前で、参照コードのみ先行して記述されている場合、
SSIエラーでのホワイトアウト画面が表示されるケースがあります。
.htaccessファイルへの調整をして、外部ファイルの実装までに暫定的に解消させておきます。

<dl>
	<dt>外部ファイル実装前テスト</dt>
	<dd><!--#include file="●●.shtml" --></dd>
</dl>

/var/log/error_log

[an error occurred while processing this directive]

SSIを無効にするにはApacheのOptionsディレクティブからIncludesを削除します。

Options -Includes
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?