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 server-side-include を使用しているコードを継承している特定の状況がありますが、非常に単純なログイン機能をサイトに追加しようとしているため、PHP にセッションチェックを含める必要があります。
ただし、サーバーに対して実行できる唯一の構成は .htaccess ファイルです。
htaccess を使用してサーバーに shtml を PHP として解析させることも、SSI を使用させることもできますが、両方として解析させることはできません。
この .htaccess 構成が機能し、サーバーが複数のハンドラーを使用してファイルを解析できるようになりました。予想通り。
AddHandler application/x-httpd-php .shtml AddType text/html .shtml AddOutputFilter INCLUDES .shtml