Questions tagged [iirf]

Ionic's Isapi Rewrite Filter is a small, free, easy to use, URL rewriting ISAPI filter for IIS 6.0 and later. It uses Perl-compatible regular expression syntax and can act as a transparent proxy.

Ionic's Isapi Rewrite Filter is a URL rewriting ISAPI filter for IIS 6.0 and later similar to mod_rewrite for Apache.

Features

  • Regular expression matching with Perl-compatible regular expression syntax
  • Automatic configuration reloading
  • Can act as a transparent proxy (like Apache's mod_proxy)
  • Uses .htaccess syntax with some exceptions
  • Open source

Resources

82 questions
2
votes
2 answers

Configure htaccess to work with IIRF on IIS6 - codeigniter

i just created a website with CodeIgniter, the problem was with our server that running on windows server 2003 with IIS6, when calling the website it displays only the homepage, and the other pages displays 404 error page due to .htaccess…
ahmedsaber111
  • 821
  • 5
  • 19
  • 38
1
vote
2 answers

IonicIsapiRewriter doesn't work on Windows 2008 but does in Vista

I am migrating my sites from a Windows 2003 server to Windows 2008 however the url rewriting application simply doesnt work when set up on the Windows 2008. Any ideas? I just get 404's instead of it trying to rewrite the url. I have tried using MS…
Anthony Main
  • 6,039
  • 12
  • 64
  • 89
1
vote
1 answer

Mobile redirect of .NET site - how to setup in IIRF?

I am working on a .NET based mobile site (m.website.com). I am using IIRF on the main site (non-mobile) for URL rewriting. Now, it is required to redirect any mobile user to the mobile site if they land up on the main site (www.website.com). I am…
Piyush
  • 13
  • 3
1
vote
2 answers

IIRF Regex for Domain-based rewrites

I have seen a ton of examples for URL rewrites based on the subdomain, but I am trying to do URL rewrites based on the domain name itself, specifically serve content from a subfolder with the domain name in it. For instance, I'd…
1
vote
0 answers

ISAPIRewrite.ini -IIRF

can any one help me with the regex and ini file my requiremnet is: http://abc.com/Default.aspx must be redirected to http://def.com/test.aspx http://abc.com/Default.aspx?tindex=1&sid=1 to http://def/com/test.aspx.
equator
  • 11
  • 1
  • 3
1
vote
1 answer

iirf {REQUEST_FILENAME} issue

I have the following iirf rules for my web application RewriteFilterPriority HIGH RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{QUERY_STRING} ^$ RewriteRule ^/(.*)$…
Alessandro
  • 305
  • 2
  • 8
  • 22
1
vote
1 answer

how to add IIRF Redirect rule

Hi I've installed IIRF but everytime i add a rule it doesn't redirect me. My site address looks like this www.domain.com/Apps/WW/Page.aspx?ws=8888888&page=9999999 I want it to look like this www.domain.com/888888/999999 Can you tell me which rule do…
peroxide
  • 696
  • 1
  • 4
  • 19
1
vote
2 answers

IIRF v2.0 - Help with Domain's and Redirects

I have a primary domain - let's call it xyz.com. I also have several other secondary domains such as abc.com def.com, ghi.com, etc.. These domain all have the same content. I am trying to do a URL redirect in IIRF that will take any of the secondary…
Dutchie432
  • 28,798
  • 20
  • 92
  • 109
1
vote
0 answers

How to remove %23 sign at the end of the URL?

Google adsbot is encoding # sign to %23. Our sites include # sign at the end of the URL. Google automatically encoding it. can anyone help us on this. How to remove %23 at the end of the URL. www.abcd.com/topics/onetwo.aspx# is encoding with …
Anjali
  • 1,680
  • 4
  • 26
  • 48
1
vote
1 answer

SSL certificate warning when accessing site through IP address

I have set up my ssl certificate and it works fine when I go to the site using its domain name but some of my clients who access the site were once given the IP address and log in that way. If they go to the site using the domain name everything…
adsoft
  • 11
  • 2
1
vote
1 answer

IIRF ProxyPass ignored

I'm using IIRF, IIS 6.0, W2k3. I'm trying to use ProxyPass, as follows: RewriteLog c:\temp\iirfLog.log RewriteLogLevel 3 RewriteFilterPriority HIGH ProxyPass ^/foo/(.*)$ http://www.example.com/$1 [I] but it never works. The IIRF log shows: Wed Jun…
Alan M
  • 321
  • 1
  • 3
  • 14
1
vote
0 answers

How to implement redirection rule for Spaces in iirf file?

We tried so many ways, to redirect from one OLD URL to desired URL. eg: 1) RewriteCond %{HTTP_HOST} ^(www.example.com)$ RewriteCond %{QUERY_STRING} (^|&)id=%20%20%20%2011111111111%20%20($|&) RewriteCond %{QUERY_STRING}…
Anjali
  • 1,680
  • 4
  • 26
  • 48
1
vote
2 answers

Not able to install IIRF on Windows Server 2012 / IIS8

Not able to install iirf on Windows Server 2012. I used this msi file from codeplex: "Iirf2.1-x64" http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=iirf&DownloadId=261341&FileTime=129654893866170000&Build=21018 Getting below…
Sunny Sharma
  • 4,688
  • 5
  • 35
  • 73
1
vote
0 answers

IIS RedirectRule for an accidentally merged link

So I got brought in-house at a company recently, and about three years ago they signed up with a local company offering "SEO" services. I put SEO in quotes since it was about 99.9% blackhat and they got ripped off--they even got a manual spam action…
NorisNDD
  • 11
  • 3
1
vote
2 answers

IIRF reverse proxy problem

We have a java application ( Atlassian Bamboo) running on port 8085 on Windows 2003. It is accessile as http: //bamboo:8085. I am trying to setup reverse proxy for IIS6 using IIRF so content is accessible via http: //bamboo. It seems that I…
Sergei
  • 387
  • 1
  • 6
  • 16