Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web.config rule for IIS #24

Closed
bigworm opened this issue May 13, 2014 · 2 comments
Closed

web.config rule for IIS #24

bigworm opened this issue May 13, 2014 · 2 comments

Comments

@bigworm
Copy link

bigworm commented May 13, 2014

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>
@alanhogan
Copy link
Owner

Thanks for this, @bigworm

@alanhogan
Copy link
Owner

I linked to this issue from the README — hopefully that's enough to help IIS users. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants