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
0
votes
1 answer

Iifr.ini Rewritecond

For the past 4 weeks (yes you read right, 4 weeks) I 've been trying to redirect my website to a new domain. Here's what I want to do: Redirect the ROOT of my website from ukmotorhomehirerental to leisurerentalsdirect.com Without redirecting all the…
0
votes
1 answer

IIRF / APACHE REWRITE REMOVE QUERY STRING FROM CONDITIONS

I have the following rewrite rules: RewriteRule ^/events$ /pagebase.php?pbid=3627 [QSA,L,I] RewriteRule ^/events-list$ /pagebase.php?pbid=3663 [QSA,L,I] RewriteRule ^/bob2013$ /pagebase.php?pbid=3688 [QSA,L,I] RewriteRule ^/contact-us$…
TroySteven
  • 4,885
  • 4
  • 32
  • 50
0
votes
1 answer

IIRF rewriteRule with special chars not working

I have following link: http://www.svensonart.com/index.php/nl/artists/ I want to remove the index.php with IIRF, wich is no problem i use this rule: RewriteRule ^/(.*)$ /index.php/$1 [I,L,QSA] But when I have an URI with special charachters é è ö…
Joachim Vanthuyne
  • 355
  • 1
  • 4
  • 14
0
votes
1 answer

Simple mod rewrite based on a working web.config

Its a simple redirect for someone navigating to link.html to get redirected to index.php/link/ while still keeping any query string intact. Below works perfectly in an environment that uses IIS7 in the web.config file.
Mike_K
  • 9,010
  • 5
  • 20
  • 27
0
votes
1 answer

IIRF - Re-writing a URL without the query string

I have a URL that looks like this: va_article.php?id=296&startRow=10#top I still need to request the information in the query string, but I want it to display like this in the address bar: va_article.php I've done some straight 301 redirects and…
post.72
  • 333
  • 4
  • 14
0
votes
1 answer

IIRF Redirect Rewrite Loop (IIS6)

I'm attempting a simple redirect using this technique from the IIRF guide. My rules are: ReWriteRule ^/endpage /highly/embedded/page.aspx [L] RedirectRule ^/.*page\.aspx http://www.myurl.com/endpage [R=301] I get a browser message saying "Firefox…
bobby
  • 29
  • 3
0
votes
1 answer

URL Rewriting multiple folders to one folder

I'm using IIRF on IIS6/Server03 with an MVC app in the root of the server and a virtual directory for the wordpress blog/cms. I'd ideally like the urls as follows... domain.com/ domain.com/wpcategory/ -> rewritten from…
Chris McKee
  • 4,298
  • 10
  • 48
  • 83
1 2 3 4 5
6