I have got a bit of a strange issue with our website.
We use helicon isapi rewrite on IIS 6.0, the actual rewriting of web addresses works fine. but...
When I try to log in via a asp.net LoginStatus control it redirects to the login.aspx page with…
I am trying to generate an external redirect that involves a few specific tasks.
If specific query string value is found in the URL, redirect.
If redirected, replace one of the query string parameter names but not its value.
If #1 is false, then…
I have a CMS that uses HeliconApe to rewrite requests with the following rule
RewriteRule ^/(.*)$ /custompage.aspx?pagename=$1 [NC,L,QSA]
I am also using an image gallery (https://cutesoft.net/ASP.NET+Image+Gallery/) to provide a simple, easy to use…
I'm trying to rewrite a URL with 2 query string parameters using HeliconTech ISAPI_Rewrite Version 3. I'm able to rewrite the URL with 1 parameter but I can't figure out the rule(s) for rewriting 2.
Original…
Is it possible to use Helicon Ape with IIS Express for URL rewriting via .htaccess? When I install it, it only configures websites in the full-featured IIS, not IIS Express.
I discovered Helicon Ape installs an alternative version of Newtonsoft.Json.dll release 6.0.3 in the GAC that doesn't include convertors such as EntityKeyMemberConvertors and ExpandoObjectConvertor. This causes major conflicts with web applications…
We have links like this that users click on in emails.
https://www.samplesite.com/re/Jim.Smith
What is happening is they are getting redirected to the absolute url instead of the personalized url above.
So in the url after clicking on the link in…
I have the following rewrite rule set up:
RewriteRule /ProductF12.aspx$ /womens-jackets/l/20 [I,O,RP,L]
Problem:
When someone hits:
/ProductF12.aspx?ProductId=7814&lang=en&colour=950%7C666666&mc=yes#sthash.oYnetaAi.qjtu
It goes to:…
I'm using IIS 7.5 on a Windows 8.
I've got a situation where when I go onto my computer's localhost (192.168.2.6) from another computer connected to the same network the URL Rewrite doesn't work, however, when I use localhost on my computer it…
According to the documentation at Helicon Tech:
postBuffer – maximum size of a memory buffer used to temporarely store request post data. Useful to protect against slow post DDOS attacks. default = 1024 (kilobytes). Use postBuffer="0" to disable…
The .htaccess file looks like this below. I've never really seen an .htaccess that looks like this.
Not sure what language or what code base it's using. What I would like to do is caching that looks like…
We have a url that makes use of a rewritemap to retrieve a parameter for the querystring in order to get the right themepage. This works wel and it shows the right themepage in the default language.
If a user wants to change the language of this…
I have an old site that is being rebuilt. Instead of using a folders structure, it is using sub-domains. The segments are different, but the redirect itself is pretty simple. I can handle it like so:
RewriteRule ^segment/blog/view$…