vote up 1 vote down star
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

flag

2 Answers

vote up 0 vote down check

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 …
link|flag
vote up 0 vote down

The global config for ISAPI_Rewrite 3 is called httpd.conf, and per-site distributed configurations are .htaccess.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.