New Post: It cannot work in IIS7?
I setup the IIRF in ISAPI Filter and have written a rule in IIRF.ini: Rewrite ^/main /main.aspx [I,L]. But when I open my website in IIS, and visit the url http://localhost/main, the browser give me a...
View ArticleNew Post: Exclude folder from ProxyPass
How to exclude a single subdirectory from reverse proxy? mod_proxy has the ! directive. When I try this with IIRF I get response:"The handle is invalid."
View ArticleNew Post: Exclude folder from ProxyPass
Found the answer in the rewrite rule iirf doc page: a negative lookahead
View ArticleNew Post: Convert url rewrite
Hi, new to this. Is there a way to convert this to work<match url="^action/([A-Za-z0-9_/-]+)$" ignoreCase="false" /><action type="Rewrite"...
View ArticleNew Post: Does IIRF work with Windows 2012?
I am trying to install IIRF to windows server 2012 and getting this error:"Setup for Iconic's ISAPI Rewrite Filter 2.1 ended prematurely" Can you tell me how you managed to install on windows 2012? Thanks
View ArticleNew Post: Error When Installing IIRF on Windows 2012 R2
Error message: "Setup for Iconic's ISAPI Rewrite Filter 2.1 ended prematurely" I was using Iirf2.1-x64.msi to install. Thanks in advance.
View ArticleNew Post: Plus (+) character in URL: redirect rule appears correct but 404 is...
I have this rule for a redirect RedirectRule ^/test+test.html /index.html [I,R=301] and the index.html file exists in the root/ of the website however when I visit mysite/test+test.html I get a 404...
View ArticleNew Post: Create a more efficient Rule for my Querystrings - Help!
Below is a code-snippet from my current script that writes to the IIRF.ini file when I run it. I think there must be a more efficient method to create a rule to process the querystrings on the fly, so...
View ArticleNew Post: Previous rewrites being lost on Windows Server 2012
I'm in the process of upgrading our server software. We're moving from Windows Server 2003 IIS6 32 bit to Windows Server 2012 IIS8 64 bit and from IIRF 1.2.15 to IIRF 2.1.2.3. The first rule strips off...
View ArticleNew Post: rewrite rule regex not matching
I have a rewrite rule that is not matching. It originates from a .htaccess file and looks like this:RewriteRule ^([^/.]+).html$ /mm5/merchant.mvc?Screen=$1&%{QUERY_STRING} [L] As I read this rule,...
View ArticleNew Post: rewrite rule regex not matching
Some more information. Here's what the log has (in this case I was trying to go to /SFNT.html:EvaluateRules: no RewriteBase EvaluateRules: Rule 1: pattern: ^mm5/admin.mvc? subject: /SFNT.html...
View ArticleNew Post: Error When Installing IIRF on Windows 2012 R2
I'm getting the same error. Not too hopeful for a resolution though since the last IIRF release was over a couple of years ago. It's been a great filter though.
View ArticleNew Post: rewrite rule regex not matching
I got it. I rewrote the rule as follows:RewriteRule ^\/([^.]+).html$ /mm5/merchant.mvc?Screen=$1&%{QUERY_STRING} [L] I needed to get the slash outside of the class...
View ArticleReviewed: 2.1 latest stable (Apr 05, 2014)
Rated 1 Stars (out of 5) - It doesn't working with IIS7.5. I tried to install it but end up with some errors. Please help. Please resolving this issue. Thanks,
View ArticleCreated Unassigned: looping url [35114]
Hello!I've just tested IIRF out and I have found an issue. The URL loops looking like this (index.php?url=/index.php?url=/index.php?url=/index.php?url=/index.php?url=).. etc. and it's just when i click...
View ArticleCommented Unassigned: looping url [35114]
Hello!I've just tested IIRF out and I have found an issue. The URL loops looking like this (index.php?url=/index.php?url=/index.php?url=/index.php?url=/index.php?url=).. etc. and it's just when i click...
View ArticleNew Post: IIRF for url tagging
Hi all, I need the iirf rule for below url tagging in mobile site example.com/en-US/collection/products/productname?(some text)/ Hitting above url should go to...
View ArticleNew Post: Rewrite a specific url matching a string to another page
Hi, I have just now started using IIRF because of the needs in my project. We are using IIS6. What I basically want is that I have a url like on domain...
View ArticleNew Post: Does IIRF work with Windows 2012?
Sorry for the delay in the response. When I posted my first message, I was testing and my initial error was a specific rule in which I was redirecting to https but https was not ready. I have resumed...
View ArticleNew Post: set a server variable
Hello, I want set the server variable REMOTE_ADDR with the header variable X-Forwarded-For if X-Forwarded-For exist and is not empty. I see how set a header vaeriable, but not how set a server variable...
View Article