Experimenting with URL rewrites using this module, however I\'m getting the following error when attempting to hit the URL. Looked online for answers, but not sure what the
This is by design, it means that the HTML was already zipped when it became available for the URL Rewrite module, so it couldn't rewrite it because it would have to unzip it first, rewrite it and then zip it again and that is too much processor power. If it is dynamic content, try to rewrite it before compress it.
Move Dynamic Compression module after URL Rewrite module in "Modules" at server level (InetMgr). Disable "log rewritten URL" for the rule (default), otherwise the module will try to be the last one in the pipeline.
Static compression is not compatible with outbound rewriting.