IIS Rewrite rules

Hi, has someone a set of IIS rewrite rules available?

Thank you
Micha

Hi Micha, sorry I’m not entirely sure what you are asking in regards to this one, would you please be able to elaborate further?

Thanks

Hi Peter, sorry for the poorly formulated question. I would like use the IIS URL rewrite module to rewrite the Continua CI website from the Default Website. I’m not the rewrite hero so I looking for help and some working samples. Do you have some experiences with this topic?

Thank you
Micha

Hi Micha, when you say “rewrite the Continua CI website from the Default Website” what do you specifically mean? Could you give an example of what your goal is for this one?

Probability the best place to start if you are new to URL rewriting (under IIS) would be the Microsoft documentation (this example gives a very clear introduction: http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module). Rewrite rules themselves can be simply as simple as a regular expression (and thus very specific to your usecase).

Thanks.

Hi Peter, I would like create a reverse proxy with the IIS Rewrite Module. The goal is to access the Continua CI website with “https://myserver.org/ci/” instaed of “http://myserver:4040/ci”. I found the rewrite tutorials too but I thought I am not the first person of this request and someone has some rule sets.

I personally have not tried this usecase, however came across a number of useful articles :

http://www.iis.net/learn/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing
http://weblogs.asp.net/owscott/creating-a-reverse-proxy-with-url-rewrite-for-iis

Additional things to consider:
- Some admin routes are; http://localhost:81/administration
- Some config routes are; http://localhost:81/New_Project_1/ci/configwizard/****

Something to try out: You could create an application under your https site called ‘ci’ which contains the attached re-rewrite rules (eg request https://myserver.org/ci/ -> http://ASERVER:8081).

Note that the attachment is a text file.

Thanks.__32985__0__rules.txt (216 B)