Closed
Description
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
Labels
No labels