8000 web.config rule for IIS · Issue #24 · alanhogan/lessnmore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
web.config rule for IIS #24
Closed
Closed
@bigworm

Description

@bigworm

You should definitely double check me, but I got it to work on IIS by using the following rule in my web.config file

<rewrite>
    <rules>
        <rule name="rule 1m" stopProcessing="true">
    <match url="(.*)"  />
    <action type="Rewrite" url="/index.php?token={R:1}"  appendQueryString="true" />
        </rule>
    </rules>
</rewrite>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0