Help: Permalinks on a Windows Server IIS

By mizrahi - November 6, 2017 - edited: November 7, 2017

Any tips or suggestions on how to get the permalinks plugin to work on a Windows Server?

By mizrahi - November 9, 2017

Thanks.

I get this message from IIS:
"The rule set cannot be converted into an equivalent IIS format because control flow flags (C, S, N) are not supported.”

Are you able to explain to me what these flags are doing in order to create something equal for IIS.

By Dave - November 9, 2017

Hi mizrahi, 

Sure you can see the list of flags here: https://httpd.apache.org/docs/current/rewrite/flags.html

NC means no case or case insensitive, and S mean skip.   If you don't need the https or www redirection blocks you can just remove those and just leave the permalinks block.  I don't think that uses any of the unsupported flags.  

Dave Edis - Senior Developer
interactivetools.com