ISAPI_Rewrite is a URL rewriter for Microsoft IIS, from Helicon Tech.

learn more… | top users | synonyms

1
vote
1answer
11 views

RewriteHeader - Helicon ISAPI Redirect Old URL

There are instructions in the Helicon documentation on using the RewriteHeader http://www.isapirewrite.com/docs/#RewriteHeader and even one example which does exactly what I am looking for: And this ...
0
votes
1answer
9 views

Rewrite Rules with question mark in ISAPI

i have a rewrite question that need help with. Rewrite from this URL: mydomain/x.cfm?color=pink&page=1 to this URL: mydomain/pink--x.cfm?page=1 Using the following rules: RewriteEngine On ...
0
votes
0answers
15 views

Map by category with ISAPI_Rewrite

There are some fruit categories(apple,pear and so on) in my asp.net 'index.aspx' page. Is there any way to implement something like?: When client click apple,then the url change to ...
1
vote
1answer
52 views

ISAPI Rewrite rule to allow optional parameters

I am using ISAPI rewrite to rewrite a news feed to our web site. The problem I have is that the rewrite rule does not account for optional parameters that may be passed for google tracking. A ...
0
votes
1answer
12 views

ISAPI Rewrite - Spaces in URL not being escaped

I have a rule in ISAPI Rewrite that contains space in the destination, and can't figure out how to escape it: RewriteRule ^/directory/(.*) http://servername.com/newdirectory/PieceA PieceB PieceC/ ...
0
votes
1answer
17 views

IsapiRewrite rules generate strange pages/folders?

i'm using IsapiRewrite from helicontech for my custom classic ASP shopping cart. My actual httpd.ini file is: [ISAPI_Rewrite] RewriteBase / RewriteCond %HTTPS off RewriteCond Host: ...
0
votes
1answer
27 views

ISAPI Rewrite Block Requests With Keywords in Query String

How can I block requests with certain keywords in the query string using ISAPI Rewrite. i.e. lolita, model, girl etc... Query_String Example: ...
0
votes
0answers
52 views

.htaccess rewrite if folder or file doesn't exists

I have multiple domains that pointing to the same root (shared hosting environment). Currently, every domain has redirected into a separated folder: RewriteCond %{HTTP_HOST} ^(www.)?domain1.com$ [NC] ...
0
votes
1answer
44 views

ISAPI Rewrite Rule - Want to Eliminate Some Characters

I am using isapi rewrite and i am having a url www.example.com/<%25=sSiteURL%25>/abc/abc/abc/abc/abc/1883.htm I want to remove this string <%25=sSiteURL%25> I want the url to be like this ...
0
votes
0answers
22 views

Is there a common issue with ISAPI rewriting not affecting URLS?

I am running ISAPI on IIS 6.1 and my site is written in PHP. I am trying to make a simple rewrite that would change a url like this: whatever.com/topic/index.php?topic=public-health to: ...
0
votes
2answers
87 views

Best way to implement three hundred 301 redirects on windows server / .NET

I'm going live with a rebuilt website (on a new, Windows Server 2008 R2 Standard server). I have a spreadsheet containing 300 URLs from the old site which are mapped to the new site URLs. The URLs ...
1
vote
1answer
53 views

Redirect .html links to .php links inside a folder using rewrites

I have a folder called 'work' on my server that previously had .html files in it. Now all the files have .php extensions but clients still have the old links to the .html files. I don't want to ...
0
votes
0answers
31 views

MAC Validation error on making RewriteRule

In my asp.net web-application I have a page myproject\abc\default.aspx Now in my isapiRewriteRules configuration i give two rewrites RewriteRule ^/myproject/abc/?$ /myproject/xyz/ [RP] ...
-1
votes
2answers
40 views

Dynamic ISAPI ReWrite

I have a few websites that could benefit from some URL rewriting. I understand that a map file is needed, but as the data is dynamic, is there a way to call from an SQL database instead of a static ...
0
votes
3answers
64 views

How to rewrite rules for two subfolders using mod_rewrite

I would need to do something like this: ########## SITE 1 RewriteEngine on RewriteBase /mysite1 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ...
1
vote
1answer
111 views

Does Helicon ISAPI Rewrite 3 Lite caches files for existence check?

I'm working on a dynamic thumbnail generation feature for a site, and I am using mod_rewrite features to do a quick caching of the images that are already generated. I do this with the following ...
0
votes
1answer
93 views

IIS / Helicon ISAPI Rewrite Hotlinking Protection

I am using a shared hosting package with ISAPI Rewrite 3 installed. The problem is that when I try to amend the .htaccess to prevent hotlinking, it doesn't work. Does anyone have experience of ISAPI ...
0
votes
1answer
45 views

Wordpress MultiSite with ISAPI filters

I just have installed Wordpress 3.5 to manage more than one domain with one installation (Multi-Site: http://codex.wordpress.org/Create_A_Network) At the end of the installation, Wordpress shown me ...
0
votes
2answers
79 views

Redirecting wildcard sub-domains ISAPI 2

I'm trying to redirect all wildcard sub-domains to example.com via ISAPI Rewrite 2. e.g. qqqq.example.com 301 redirects to example.com Using other info here on Stack I've got the following to ...
0
votes
0answers
38 views

ISAPI Extension ReadClient

I Wrote the custome extension in this i write the following line DWORD WINAPI HttpExtensionProc(EXTENSION_CONTROL_BLOCK* pecb) on Windows 32bit pecb->ReadClient(pecb->ConnID, pNewData, ...
0
votes
1answer
105 views

ISPAI Rewrite 301 Redirects / SEO URL Canonicalization on Windows Server

I am new to working on a windows server and have been made aware that it is setup for ISPAI Rewrite. I have tried creating a httpd.ini file and a .conf file with possible redirects but nothing is ...
0
votes
1answer
72 views

Odd situation .htaccess file with Win Server2k using Helicon Tech ISAPI Rewrite

I am having issues with an older .htaccess file not accepting URL's that are case insensitive. I need all URL's to be case insensitive, but I have to keep rewriting everything manually which seems ...
0
votes
0answers
93 views

ISAPI Rewrite - ReverseProxy doesn't handle images

I'm using ISAPI Rewrite 3 under ASP.NET / IIS 7. My .htaccess file is pretty short: RewriteEngine On RewriteProxy ^(forum|events|support|_css|css|_js)(.*) http://othersite/$1$2 Requests like ...
0
votes
1answer
69 views

Change Local Path for CakePHP over II6 and windows 2003

I have followed this article to configure CakePHP over II6: http://bakery.cakephp.org/articles/jamesmking/2008/04/12/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite But i want to ...
0
votes
0answers
55 views

IIS proxy in front of Linux Wordpress Site [closed]

I have a domain that is hosted on an IIS 7.5 Windows server. I have a second server that is running Red Hat 4.4.6-3 . I'm trying to set up a proxy for a subdirectory from the IIS server to the linux ...
2
votes
0answers
307 views

HttpExtensionProc::jk_isapi_plugin.c (2328): service() failed with http error 503

We are facing two problem using isapi redirector on a virtual machine. Every couple minutes the log shows http error 503: ... [Sun Oct 14 14:25:02.465 2012] [8428:7856] [error] ...
0
votes
1answer
191 views

ISAPI Rewrite - allow a subdomain to only hit a specific folder

Is there a way with ISAPI v3 to allow a subdomain to only hit a specific folder, and all other requests would redirect to www? I also have some urls under this folder that need to be rewritten. There ...
1
vote
2answers
309 views

IIS rewrite rule to check for querystring and add it if its not there

I'm trying to make a IIS URL rewrite rule that appends an URL parameter to the URL. The url parameter is hssc. So, any url that is processed through the server, needs that parameter. Keeping in mind ...
0
votes
1answer
71 views

isapi 3 - strip all query strings from domain and subpages

I would like to know how to strip out all query strings, i.e. domain.com/?a=123 -->> domain.com And domain.com/page.asp?b=456 -->> domain.com/page.asp
0
votes
1answer
34 views

Use ISAPI_Rewrite to change subdirectories while preserving the domain

We have two domains, www.aaa.com and www.bbb.com. Both point to the same root directory on the server. The server has two sub-directories in the root: /abc/ and /xyz/. If someone types in ...
2
votes
0answers
98 views

Getting 404 when accessing xml file having german characters in name on IIS6

I have a web application developed in ASP.NET. This app is setup on IIS 6 on windows 2003 server and same application setup on on IIS 7.5 on windows 2008 server. I have some xml files on root of the ...
0
votes
2answers
112 views

How can I detect if an ISAPI rewrite has occurred

I've inherited an old system after starting a new job, none of the previous developers work here any more and none of them documented all that much. Fun times. The system uses an old, defunct CMS ...
1
vote
1answer
209 views

Remove specific querystrings from the location Url of a redirect response using ISAPI and IIS

I have a few querystring keys ("mobile", "nomobile", etc.) that I do not want to be sent in any 301 redirect responses. For example, let's say I have the Url /about-us that redirects to /about. ...
0
votes
1answer
78 views

Issues reading/writing to NAS from IIS 6.0 and PHP

I am having trouble getting a script to write to an attached network drive/NAS. The strange thing is, the same webserver has no problems reading/writing to the same directory from an existing script ...
0
votes
1answer
147 views

IIS rewrite subdomains to another subdomain

I have a website, say www.xyz.com I have another website hosted app.xyz.com I am looking at redirecting all the subdomain requests to app.xyz.com. e.g a.xyz.com - app.xyz.com b.xyz.com - ...
1
vote
1answer
94 views

Duplicate 'index.php' using ISAPI to re-write URL on IIS

I'm using ISAPI_Rewrite v2 to remove my index.php on IIS 6. This is how the rewrite should work: http://dev.mysite.co.uk/mypage => http://dev.mysite.co.uk/index.php/mypage ...
0
votes
1answer
26 views

how can I do a redirect using Apache mod_rewrite with this rule? [closed]

I cannot get the page to redirect to product_detail.do, the page is staying on product_detail.asp I need links from our old asp site to redirect properly to the new Java site. How can I fix the ...
0
votes
1answer
119 views

Handling encoded characters in ISAPI - Regex

I have a url that contains a ~, and I need to handle the encoded version of this character %7E. Currently, we have 2 rules to handle this case. ^/folder/([\w-]+)~(\d*).aspx$ ...
0
votes
1answer
170 views

Regex to Replace Spaces in Two Conditions with Isapi ReWrite

I am using Isapi Rewrite for IIS, and I want to make SEO friendly URLs for a dynamic product page. I need to replace spaces differently in two query string parameters. In the first param, \s should ...
0
votes
1answer
154 views

Regex split on underscore for RewriteURL

I am using Isapi Rewrite for IIS, and I want to make SEO friendly URLs for a dynamic product page. I need to split the SKU from the product name in a single query string parameter. The SKU is always ...
0
votes
1answer
136 views

Accessing HTTP headers in ISAPI Rewrite 3

Is there any way to access HTTP headers in ISAPI_Rewrite module? Didn't find anything about it. I know IIS URL Rewrite allows you to access headers as server variables - {HTTP_HEADER_NAME} - is there ...
0
votes
1answer
82 views

Hosting multiple domains on the same website

In IIS 6, I need to allow multiple domains to come through to a single website so that they can all share the same master page and database. They would all have a uniform look. I own a separate domain ...
0
votes
1answer
88 views

URL rewriting with Isapi_Rewrite 2 on Windows shared hosting fails partially

I have been forced to switch from IIRF to Isapi_Rewrite due to moving to a shared hosting environment from a VPS. The URL rewrites I was using under IIRF should work with minimal modifications, but ...
0
votes
1answer
151 views

htaccess redirect .asp page but allow same page with variables to serve

using htaccess (isapi) I need to redirect .asp page but leave .asp page WITH variables untouched. This sounds simple and so I thought it was but my efforts have been fruitless. RewriteRule ...
2
votes
2answers
259 views

Url rewriting with IIS 6 and MVC 3

I have a url that can look like domain.com/f1/v1/f2/v2/f3/v3/f4/v4/f5/v5/f6/v6 with variations of lesser counts such as domain.com/f1/v1/f2/v2/f3/v3/f4/v4/f5/v5 domain.com/f1/v1/f2/v2/f3/v3/f4/v4 ...
0
votes
1answer
370 views

ISAPI redirect to external site in IIS 6.0

I'm using ISAPI Rewrite 3 and my server is running IIS 6. I've never used ISAPI Rewrite before, so I'm a bit in the dark about how to use it. I'm trying to do a simple redirect, so that if anyone ...
0
votes
1answer
138 views

Create redirect for all pages in a subdirectory

So far I've been setting up redirects for single pages on my ASP.NET site using ISAPI_REWRITE. These work perfectly well (example below): # Redirect RewriteCond %{HTTP:Host} ^(?:www\.)?example\.com$ ...
0
votes
1answer
264 views

.htaccess redirect to subdirectory on Verio windows server

I've been trying to get a website up an running on my work's servers using Verio windows server 2003 gold and they've been quite useless when it comes to helping me out. All I'm trying to do is set ...
1
vote
2answers
220 views

Pass subdomain as parameter

I'm new to ISAPI_Rewrite & I'm terrible with regular expressions. I'm in need of a rewrite rule for ISAPI_Rewrite that will remove the subdomain and pass it as a parameter. For example: ...
0
votes
1answer
139 views

ISAPI Rewrite detect root folder

Using ISAPI Rewrite I'm looking for a way to detect if a given URL contains only one subfolder and then rewriting the URL. www.mysite.com/Cloud => true www.mysite.com/Cloud/ => false ...

1 2 3 4