Help: Permalinks on a Windows Server IIS

By Dave - November 8, 2017

Hi mizrahi, 

You're going to need to search for IIS support for ".htaccess" and "mod_rewrite".   The newer IIS versions have some supporting features built in and there are some 3rd party apps and utils as well.  Here are some quick links to get you started.  You'll want to forward these to your server IT staff and let them know you need support for .htaccess and mod_rewrite (or equivalent):

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com

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