I am planning to user wordpress ( CMS tool) with IIS 8 verion instead of apache server as I need to develop training site. Just need to check if wordpress is compatible with IIS.
I don’t wont to get into situation where I start development work and after 2-3 month I realized there are some compatiblity issue.
I also need to commit client about this . Please let me know if I can be sure about this
WordPress is a PHP application that requires MySQL. Most if not all IIS servers are fine to run WordPress. If in doubt, see https://wordpress.org/about/requirements/
You need at a minimum:
One caveat is mod_rewrite. See Using Permalinks without mod rewrite « WordPress Codex on how to set up Microsoft’s URL Rewrite Module, if needed. Some IIS boxes do not run mod_rewrite by default.