コントロールパネルツールにアクセスできません。これを正しく行う方法がわかりません。大量の作業を節約するために、次の書き換えルールを作成しましたが、サーバーのMicrosoftを実現した場合、それはあまりうまくいきませんでした。
RewriteRule ^scotsman-photo-products-([A-Za-z0-9-_]+)/?$ scotsman-photo-products.php?pg=$1
RewriteRule ^make-scotsman-photo-([A-Za-z0-9-_]+)/?$ make-scotsman-photo.php?pg=$1
設定ファイルに変更を加えると500エラーが発生するようです。「公式」ルートを経由しない限り、サーバーが変更を許可しない可能性はありますか?
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.php" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
現在のコンテンツです。