URL rewriting with Lucee and IIS7

What is the way to use the URL rewriting with Lucee ?

Does it use the IIS7 URL rewriting (I tried it with no sucess)

Or is it a Tomcat module (IIS7 url rewrinting will not be used) ?

Thanks for help.
Pierre.

OK, fine, I tried again, and it did work.
(I used it to disallow a specific URL adress.)
Thanks.Le lundi 2 janvier 2017 16:58:18 UTC+1, Pierre Larde a écrit :

What is the way to use the URL rewriting with Lucee ?

Does it use the IIS7 URL rewriting (I tried it with no sucess)

Or is it a Tomcat module (IIS7 url rewrinting will not be used) ?

Thanks for help.
Pierre.

URL rewriting is normally done by the web server. Your rules are
applied before the request reaches Lucee.

In IIS you need to install the URL Rewrite module using the Platform
Installer. You can then create rules in your web.config

Error : The Official Microsoft IIS Site : The Official Microsoft IIS Site 2 January 2017 at 15:58, Pierre Larde <@Pierre_Larde> wrote:

What is the way to use the URL rewriting with Lucee ?

Does it use the IIS7 URL rewriting (I tried it with no sucess)

Or is it a Tomcat module (IIS7 url rewrinting will not be used) ?