Knowledge: Redirect SyseroCTX to Root Location URLRewrite
Back
    Title*Redirect SyseroCTX to Root Location URLRewrite
    ManualServer Setup
    Created07/03/2025
    Detail

    This article is to help people migrate from the old /SyseroCTX root structure to /

    URL Rewrite IIS package needs installing.

    The below goes in sysero.webServer section of web.config

            <rewrite>
                <rules>
                    <rule name="Legacy SyseroCTX" stopProcessing="true">
                        <match url=".*SyseroCTX/(.*)" />
                        <conditions>
                          <add input="{HTTP_HOST}" pattern="sysero.example.com" />
                            <add input="{URL}" pattern="syseroctxdataservice.asmx" negate="true" />
                        </conditions>
                      <action type="Redirect" url="http://sysero.example.com/{R:1}" />
                    </rule>
                </rules>
            </rewrite>
    Privacy Policy
    Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
    View or hide all system messages