Tagged Questions
2
votes
1answer
231 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 ...
1
vote
1answer
302 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
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
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
13 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
2answers
57 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
306 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
168 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
207 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
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
373 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
435 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
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/
...