iis.rst 735 B

123456789101112131415161718192021
  1. :orphan:
  2. Installing Elgg on IIS
  3. ######################
  4. You can follow the :doc:`standard installation instructions <../install>` with the
  5. following caveats:
  6. When installing on IIS, the problem is that the Apache mod\_rewrite
  7. rules will not be recognized, and this breaks the application. You need
  8. to convert the mod\_rewrite rules to the `IIS URL Rewrite`_ module
  9. format.
  10. You can do this using the IIS 7+ management console, and the "Import
  11. Rules" feature that will do the conversion, as described in the tutorial
  12. "`importing Apache mod\_rewrite rules`_\ ".
  13. .. _IIS URL Rewrite: http://www.iis.net/download/URLRewrite
  14. .. _importing Apache mod\_rewrite rules: http://learn.iis.net/page.aspx/470/importing-apache-modrewrite-rules/