Tagged Questions
The iirf tag has no wiki summary.
2
votes
1answer
81 views
How to rewrite urls that have an accidental %20 at the end?
I wound up with a bunch of backlinks to my site that have the correct url, except there was an accidental trailing space so the links came out with a trailing %20, which causes a page not found error.
...
2
votes
1answer
229 views
How to get the “originally requested” URL when using IIRF URL Rewriting Engine
I am using Iconic's IIRF URL Rewriting Engine on IIS and the "fancy" URLs are something like this:
http://some-website.com/some-function/418/some-keyword-rich-filename.html
This example URL ...
2
votes
2answers
766 views
How can I test if IIRF works?
http://www.codeplex.com/IIRF/Thread/List.aspx
My webhost installed IIRF for me and I am convinced that they did not do it correctly. I've tried numerous examples including one that I know works with ...
1
vote
1answer
75 views
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 ...
1
vote
2answers
47 views
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 ...
1
vote
0answers
44 views
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 ...
1
vote
1answer
40 views
iirf {REQUEST_FILENAME} issue
I have the following iirf rules for my web application
RewriteFilterPriority HIGH
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
...
1
vote
1answer
297 views
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
...
1
vote
2answers
319 views
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 ...
1
vote
2answers
639 views
RewriteCond Check if file exists in a subdirectory
I'm using Iirf v2.0.
I have the following directory structure:
/
/library
/library/index.php
/webroot
/webroot/images
/Iirf.ini
Where I have a library folder which contains my application, a ...
1
vote
1answer
139 views
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 ...
1
vote
2answers
1k views
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 ...
1
vote
3answers
667 views
IIRF Rewrite Rule for IIS7
i am using IIRF v2.1 for Rewrite Rule
i write on rule like this but its not working
RewriteRule ^(prod|pag|staf)/([A-Za-z0-9-]+)/?$ $1.php?iid=$2 [QSA,L]
if i use follwoing url
...
1
vote
0answers
676 views
IIS 5.1, HttpHandler based on path, NOT Working. Is it possible to fix with IIRF?
I have a reverse proxy written in C#/ASP.NET. After adding a Wildcard Mapping in IIS6 it works just fine. My problem is that I have to make this application compatible with Windows XP and IIS 5.1. ...
1
vote
2answers
2k views
IIRF URL rewrite to force www prefix: example.com -> www.example.com
I'm trying to do something pretty simple in iirf.
I want all requests that are missing the www. prefix to have it added.
This is my IsapiRewrite4.ini:
RewriteCond %{HTTP_HOST} ^example\.com$ [I]
...
1
vote
6answers
770 views
Stack overflow in IIRF (a C program, ISAPI)
I am using IIRF - an ISAPI rewrite filter for pretty URL's. I haven't been able to get much help from the developer on these issues. I'm hoping by making some sense of this dump, so I can find the ...
1
vote
2answers
156 views
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 ...
0
votes
1answer
11 views
iirf rewrite url
i'm trying to use iirf for what looks like asimple rewrite but it's not working.
what i need:
rewrite http://www.mydomain.com/ru to : http://www.mydomain.com?page=russian
the objective being that a ...
0
votes
0answers
30 views
IIRF and update panel
Im using iirf library to rewirte urls.
If I type in myPage.aspx my updatePanel works ok but if I type in myPage (which rewrites to myPage.aspx) ant then url is no www.myDomain.com/myPage.aspx but ...
0
votes
2answers
55 views
How to read rewritten url in asp.net 3.5
How to read the rewritten url. If I don't use .aspx in my rewritten url then 'Request.RawUrl' is not working. It is returning the original URL.
Please suggest if you have any solution to this. I am ...
0
votes
1answer
36 views
Generic redirect from www to non-www
I'm using IIRF on an IIS 6.0 server to redirect users from a "www" version of the site to a "non-www" version using the following code:
RewriteCond %{HTTP_HOST} ^www.mydomain.co.uk [NC]
RewriteRule ...
0
votes
1answer
40 views
Need help redirecting double percentage signs %% using IIRF ISAPI Filter
I am trying to redirect the following URL
http://www.example.com/%%Some-Random-URL%%000001&ProductID=BIG2008_118&AEProjectTypeIDURL=APT_61
using the following code:
RewriteRule ...
0
votes
1answer
82 views
How to rewrite a form action on the “Help Page” of an ASP.NET web service
For normal .aspx pages I can just put a Form.browser file into the App_Browsers directory like the following.
<browsers>
<browser refID="Default">
<controlAdapters>
...
0
votes
2answers
148 views
Trying to exclude css and js files with IIRF rewrite
I'm trying to get IIRF working so that it rewrites certain URLs, but ignores files like .css and .js files.
I have URLs like:
/admin/
/admin/user/
/admin/user/view-details/1
...
0
votes
2answers
52 views
mod_rewrite with multiple variables
I have a URL like so:
http://localhost/deals/?search=fred that redirects to index.cfm?path=
When I use mod rewrite the URL parameter becomes
path = /deals/?search=fred
I currently have ...
0
votes
1answer
298 views
wordpress iis6 permalink /%postname%/ doesnt work IIRF url rewrite needed?
I have a wordpress site on iis6 and I want this:php?id=6 to look like this: /postname/. When I change the permalink I get a 404 error. I have the IIRF proxy extension enabled, and in my root ...
0
votes
0answers
165 views
Why IIRF doesn't rewrite rules for .asp files?
I have Windows Server 2003, IIS6 with IIRF installed on it. And I have iirf.ini file as follows:
RewriteEngine ON
RewriteLog c:\inetpub\iirfLogs\iirf
RewriteLogLevel 1
StatusInquiry ON
...
0
votes
1answer
205 views
URL rewrite with IIRF makes dokuwiki slow
EDIT: the IIRF.ini code was not the problem in this case, the performance issues with dokuwiki were in fact permissions related, and the introduction of URL re-writing was not the cause of the issue.
...
0
votes
2answers
105 views
Is there a mono alternative for IIRF isapi rewrite filter?
I'm moving some ASP.NET projects from IIS to Cherokee/nginx and I need a solution for url rewriting. I'm using IIRF (great project) but this works only on IIS.
0
votes
1answer
308 views
How to replace 'dash' with 'underscore' in an IIRF rule?
I have a web app which serves images based on the subdomain.
We wanted to provide our users with a url like this:
http://{username}.domain.com/images/myimage.jpg
Instead of what we used to have:
...
0
votes
1answer
370 views
IIRF with IIS and the ASP.Net Tilde (~)
When I turn on URL Rewriting to access a page, the ~ no long is replaced with the application root.
For example
<asp:image runat="server" ImageUrl="~/Images/image.png"/>
should produce:
...
0
votes
1answer
520 views
IIRF not working with ASP.NET postbacks?
I have the following scenario.
Web server A: public on the Internet, IIRF (Ionic's ISAPI Rewrite Filter, current version) installed
Web server B: not public, on the intranet, visible to A, my ...
0
votes
1answer
434 views
Using IIRF to redirect to a PDF
I'm using IIRF to redirect certain URLs to specific PDF files. For instance, for the URL /newsletter/2010/02 I'd like it to redirect to /pdf/newsletters/Feb2010.pdf. I'm not too hot at regular ...
0
votes
2answers
613 views
IIRF redirect combine rules?
I have 3 "rules". One to make sure URLs are lowercase another to include a slash at the end of directories, and a 3rd to force access to index.html pages to be thru the directory instead.
The problem ...
0
votes
1answer
344 views
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/
...