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 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 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