Questions tagged [helicontech]

HeliconTech is a company providing Microsoft IIS add-ins.

HeliconTech is a company providing Microsoft IIS add-ins.

60 questions
0
votes
1 answer

Wrong returnURL with Helicon isapi re-write + asp.net LoginStatus

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…
DevCentral
  • 1,149
  • 11
  • 26
0
votes
1 answer

Mod Rewrite Appending Query String Parameters, Not Replacing

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…
justacoder
  • 2,684
  • 6
  • 47
  • 78
0
votes
0 answers

URL Rerwriting + ASP.NET Image Gallery ajax upload not working

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…
Marie
  • 2,114
  • 1
  • 17
  • 31
0
votes
2 answers

ISAPI Rewrite Rule For Multiple Query String Parameters

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…
JGW
  • 57
  • 2
  • 5
0
votes
1 answer

Helicon Ape with IIS Express

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.
Keith
  • 20,636
  • 11
  • 84
  • 125
0
votes
1 answer

Helicon Ape's version of Newtonsoft.Json.dll release 6.0.3

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…
0
votes
1 answer

helicon rule help for iis 7

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…
0
votes
1 answer

How do I remove the "number/hash/pound/#" sign from the destination rewrite URL in Helicon ISAPI Rewrite?

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:…
Saturn K
  • 2,705
  • 4
  • 26
  • 38
0
votes
1 answer

Getting error when trying to bundle fast_stack on windows

I'm trying to understand how to fix error: C:\inetpub\wwwroot\DISCOU~2>gem install fast_stack ERROR: Error installing fast_stack: ERROR: Failed to build gem native extension. C:/Ruby200/bin/ruby.exe extconf.rb creating Makefile make…
Vitach
  • 281
  • 5
  • 11
0
votes
1 answer

Helicon Ape: Doesn't work on my Computer IP

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…
Connor Simpson
  • 487
  • 1
  • 7
  • 27
0
votes
1 answer

POST_BUFFER = "0" not working as expected

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…
Robb J
  • 21
  • 6
0
votes
1 answer

My SaaS Vendor is using a .htaccess file. I'm not sure how to use it to put in browser caching

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…
user2433689
0
votes
1 answer

Converting simple IIS 7 ReWrite Rule to Helicon Ape

I need to convert the syntax below (which is for IIS7 URL Rewrite) to Helicon Ape. Can someone shed some light?
saoco
  • 31
  • 5
0
votes
0 answers

Helicon isapi rewrite 3 redirectcondition fails

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…
0
votes
2 answers

htaccess 301 redirect while replacing characters in URL - Helicon ASAPI ReWrite module

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$…