i found a rewriting rule that change all the “m” parameters for something else
There is the IIS rule:
<rule name="replace query string" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{QUERY_STRING}" pattern="(.*)(m=)(.*)" />
</conditions>
<action type="Redirect" url="{R:0}?{C:1}j2={C:3}" appendQueryString="false" logRewrittenUrl="true" />
</rule>
you have to make a page as your home page, and set it with the wiki Template in the Page Attributes
Nevermind, found the template page…