Search code examples
.htaccessmod-rewriteurl-rewritingisapimodx

ISAPI Rewrite with instead of mod_rewrite


I'm installing Modx on windows with ISAPI Rewrite instead of apache with mod_rewrite?

How do you define the rewrite rules? I'm guessing not with an .htccess file?

any Ideas? Thanks


Solution

  • According to the ISAPI_Rewrite 2 documentation you need to write the configuration into the httpd.ini file into the [ISAPI_Rewrite] section:

    [ISAPI_Rewrite]
    
    RewriteRule …