WordPress ウェブサイトをウィンドウ サーバーに移動しましたが、問題に直面しています。このコードのコードをweb.configに配置すると
<rewrite>
<rules>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule></rules>
</rewrite>
その後、ウェブサイトはエラー500.19を返しますHTTP 500.19内部サーバーエラー構成が無効ですこのコードをweb.configから削除すると、ウェブサイトはindex.php/opening-timings/のようなindex.phpで始まるパーマリンクでのみ機能します
この問題を検索しましたが、解決できませんでした