Questions tagged [helicontech]

HeliconTech is a company providing Microsoft IIS add-ins.

HeliconTech is a company providing Microsoft IIS add-ins.

60 questions
3
votes
2 answers

Helicon ISAPI_Rewrite 301 redirect certain files from one folder to another

We moved our sites one folder to another folder. Some services we had to keep on old location still. So we had to keep old the folder. We had this on our helicon ISAPI .htaccess file on root of FolderA RewriteRule ^(\w+)\/(\w+)\/(\w+)\/t_(\d+)\/…
Timo77
  • 145
  • 1
  • 1
  • 19
2
votes
1 answer

How access .htaccess file in windows server?

I am try to implement URL re-write functionality using Helicon Manager for my ASP.net application running on windows server. I also generate a .htaccess file and place in a root directory, but badly my application failed to access this file and not…
Krishna
  • 21
  • 3
2
votes
2 answers

Redirect non-www to www *WITH* another rewrite already taking place

This is a relatively standard question, but I cannot seem to get it to work on URLs that already have a rewrite going on. For example, I have this URL: http://example.com/this-is-rewritten/ https://example.com/this-is-rewritten/ should go…
Dennis
  • 708
  • 2
  • 10
  • 25
2
votes
2 answers

helicon isapi rewriter 3 asp.net 503.18 error the same page with different friendly URLs

I have a asp.net site with many applications, virtual directories and several application pools. For URL rewriting I use Helicon ISAPI rewriter, version 3. I have one page (lets say 'page.aspx') that should be accessible by different URLs, different…
2
votes
1 answer

Redmine installation error on Windows

I am trying to install redmine on windows7 by using the below url : http://www.helicontech.com/articles/installing-redmine-on-windows-in-production/ But I have encountered with the below error Windows error: The pipe has been ended. (ERROR CODE:…
1
vote
0 answers

How to deploy a pinax django project to iis via Helicon Zoo?

Today I found a simple way to deploy django projects to iis using Helicon Zoo tool, see http://www.helicontech.com/zoo/ http://www.helicontech.com/articles/running-django-on-windows-with-performance-tests/ I tested some projects of django, such as…
Yang
  • 204
  • 2
  • 9
1
vote
2 answers

Need more info with helicon isapi and regex rule

I am working on a helicon rule and tried various combinations but they didn't work I want the following URL to be resolved. It can be this www.test.com/myownpages/ or www.test.com/myownpages www.test.com/myownpages/?value1=test2&value2=test2 it…
kobe
  • 15,671
  • 15
  • 64
  • 91
1
vote
1 answer

How to add language mutation to url by Helicon ISAPI Rewrite

we have web with nice url by Helicon ISAPI Rewrite and now we adding 3 language mutations (/en, /de, /ru) and I need to know how to create rewrite rule (redirect) which will add default lang mutation (/en) to the URL, when it does not exists in…
Justy
  • 11
  • 3
1
vote
1 answer

Issue shortening dynamic URLs

I've searched and tried several possible solutions. I begin with: http:// example.com/ 729/start-page.asp?cid=4004 http:// example.com/ 729/start-page.asp?cid=7916 and trying for: http:// example.com/ johns-start-page http:// example.com/…
fitcher
  • 21
  • 3
1
vote
1 answer

Why does IIS 7 strip request parameters on Web Forms postback with rewritten urls (Helicon) when RAMMFAR is set?

After settings runAllManagedModulesForAllRequests for a ASP.NET web app all WebForms that have their URLs rewritten with Helicon URL rewrite no longer receive their parameters via postback calls. It looks like these parameters are still available in…
Jacek M
  • 2,349
  • 5
  • 22
  • 47
1
vote
2 answers

Redirect a specifc but wild card * URL (with folder(s)) to new domain (same structure)

I need to redirect a specific URL (with structure) to a the same URL(s) using a new domain, but not other URLS. domainA.com/company/careers* domainB.com/company/careers* The reason for this is a 3rd party vendor supplying a jquery based iframe app…
1
vote
1 answer

HeliconTech to deploy .war file on IIS

Sorry, I am a newbie to all this, and have run into trouble, would really appreciate some help. I am trying to deploy a .war file with a servlet to an IIS server instance. I am trying to use…
user2689782
  • 747
  • 14
  • 31
1
vote
1 answer

ISAPI Rewrite won't proxy the root folder

I wasn't sure if this is a ServerFault question or StackOverflow, so I am going to ask it here first. When using ISAPI Rewrite (Helion Tech), I cannot seem to proxy the root directory http://www.somesite.com/ http://www.somesite.com/subdir/ will…
Jeremy Boyd
  • 5,245
  • 7
  • 33
  • 57
1
vote
1 answer

rewriting a URL with not mandatory parts

Currently i have the following rewrite: RewriteRule ([^/]*)/order/([^/]*)[/]? /order_form.php?lang=$1&plan=$2 [QSA,L] which translates into: /en/order/ OR /en/order/plan1/ Which works fine. However, i'd like to add something on the back. Something…
Benjamin de Bos
  • 4,334
  • 4
  • 20
  • 30
1
vote
1 answer

Redmine Error. C:\Ruby19\bin\ruby.exe: No such file or directory -- C:/Zoo/Workers/ruby/zoorack.rb (LoadError)

Error Helicon Zoo module has caught up an error. Please see the details below. Worker Status Worker process shut down.The worker process shut down unexpectedly. Possible causes are errors in the application, missing dependencies or…
1
2 3 4