1

web.config ファイルを使用した IIS7 301 リダイレクト...

動作していません....

<location path="ProductsAndServices/CustomProfessionalServices.aspx">
        <system.webServer>
            <httpRedirect enabled="true" destination="ProductsAndServices/business-video-platform.aspx" httpResponseStatus="Permanent" />
        </system.webServer>
    </location>

上記の場所タグで、「News/PressReleases/PressReleases.aspx」のような ASCII コードを使用してパスを指定しようとしましたが、まだ機能していません。

次に、ファイルの場所を指定しようとしましたが、それも機能していません。以下に示すように

<location path="ULNotifier.zip">
        <system.webServer>
            <httpRedirect enabled="true" destination="Support/Resources.aspx?link=Support" httpResponseStatus="Permanent" />
        </system.webServer>
    </location>

しかし、単一のページを試してみると、以下のように機能しています。

<location path="Solutions.aspx">
        <system.webServer>
            <httpRedirect enabled="true" destination="Solutions/OnlineVideoPlatform.aspx?link=Solutions" httpResponseStatus="Permanent" />
        </system.webServer>
    </location>

誰でもこれを修正できますか??

4

0 に答える 0