-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
08-20-2009, 10:23 AM
Have you had a chance to take a look? I have resend the zip file.
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
07-30-2009, 4:13 PM
Anil - sorry I have not followed up earlier but did you get a chance to look at the trace I had sent you?
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-25-2009, 9:48 AM
Thank you Anil. I sent you an email and deleted above XML.
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-23-2009, 4:24 PM
Sure thing. Here it goes.
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-23-2009, 1:59 PM
That gets me a little further I think but once I flipped the key value pairs and enter http://domain.com/12345 it actuall redirected me to http://domain.com/server/xhtml/user/fi12345 showing me them the "defaultValue" page.
If I change
<action type="Rewrite" url="http://172.28.75.31:90{C:0}" ...
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-23-2009, 9:52 AM
I have basic reverse proxys working but I would like to use Rewrite Maps as I potentially have many static pairs that I need to match, not conforming to a standard necessarily.
Currently I have the following rule.
<rewrite>
...
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-22-2009, 10:36 AM
Thank you ... totally missed that step in the instructions. My bad.
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-16-2009, 9:58 AM
lextm:
the pattern htere seems invalid (just an *) I am using (.*) which should be close to that.
ruslany: I am actually getting a 404 error. I have a trace I am going to post below. <?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- ...
-
Posted to
IIS7 - URL Rewrite Module
by
micxba
on
06-15-2009, 12:05 PM
I am starting out simple trying to create some reverse proxy rules in IIS. So far just some redirect rules are working, none of the rewrite though.
The Rewrite Rul I have is basically an implementation from here: http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/
<rule name"Proxy1">
<match url="(.*) ...