Tagged Questions
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 ...
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
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
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
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
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
1answer
300 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
166 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
...