Ignore subdomain rewrite rules
- by user55745
I'm having difficulty having a sub folder act differently to the main domain in my web.config for iss.
I want to prevent the sub folder from rewriting to the baselevel index.php and instead re-write to /subfolder/index.php/
I've tried this
<rule name="Remove index.php for quiz" enabled="true" stopProcessing="false">
…