index.php を含むパスをリダイレクトしようとするたびに、最近構築したサイト全体がダウンします。
問題の原因について何か提案はありますか?
前もって感謝します!
コード:
?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.shtml" />
</files>
</defaultDocument>
</system.webServer>
<location path="index.php/terms-of-use/">
<system.webServer>
<httpRedirect enabled="true" destination="http://www.nortridge.com/legal-disclaimer.shtml" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</location>
</configuration>