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
|
1
|
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 |
||
|
|
|
|
According to the ISAPI_Rewrite 2 documentation you need to write the configuration into the
|
||
|
|
|
|
The global config for ISAPI_Rewrite 3 is called httpd.conf, and per-site distributed configurations are .htaccess. |
||
|
|