We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Thanks for this, @bigworm
Sorry, something went wrong.
I linked to this issue from the README — hopefully that's enough to help IIS users. Thanks again.
No branches or pull requests
You should definitely double check me, but I got it to work on IIS by using the following rule in my web.config file
The text was updated successfully, but these errors were encountered: