• Hi,

    Could you help with the settings for web.config?

    right now:

    <rule name="rule 1S" stopProcessing="true">
    <match url="^wp-content/uploads(/_mediavault/.*\.\w+)$"  />
    <action type="Rewrite" url="/index.php?mgjp_mv_file={R:1}"  appendQueryString="true" />
    </rule>
    
    <rule name="rule 2S" stopProcessing="true">
    <match url="^wp-content/uploads(/.*\.\w+)$"  />
    <action type="Rewrite" url="/index.php?mgjp_mv_file={R:1}"  appendQueryString="true" />
    </rule>

    But it doesn’t work I get the impression that the is missing but I haven’t figured out how to translate and where to place it:

    <condition>
    <add input="{QUERY_STRING}" pattern="^(?:.*&)?mgjp_mv_download=safeforce(?:&.*)?$" />
    </condition>
    • This topic was modified 8 years, 4 months ago by midwor.
  • The topic ‘Settings for IIS’ is closed to new replies.