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
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 httpd.ini
file into the [ISAPI_Rewrite]
section:
[ISAPI_Rewrite]
RewriteRule …
The global config for ISAPI_Rewrite 3 is called httpd.conf, and per-site distributed configurations are .htaccess.
Segue o código que eu tinha na versão 2, eu não estou conseguindo fazer o mesmo no .htacess
Alguém pode me ajudar?