Questions tagged [helicon-ape]

Helicon Ape by Helicon Tech provides support for Apache .htaccess and .htpasswd configuration files in Microsoft IIS.

Helicon Ape by Helicon Tech provides support for Apache .htaccess and .htpasswd configuration files in Microsoft IIS.

With a single IIS addon, the Apache configuration model, along with nearly all Apache modules, are implemented. This makes IIS 'compatible' with Apache, and extends its functionality by a number of features.

Questions that may be asked using this tag must involve any of the modules that Helicon Ape uses to implement the Apache configuration model. You will often find that other tags would go hand-in-hand with this one, such as . The usage of this tag is specifically for the purpose of identifying that your question relates to the product.

Website: http://www.helicontech.com/ape/

5 questions
2
votes
1 answer

Is there something wrong with my rewrite code in .htaccess file

I have been demented with this problem for 3 days and no matter how differently I search Google or read the Helion website I cannot understand what I am doing wrong. So, I do hope that someone will be kind enough to help me. I use a .htaccess file…
Tog Porter
  • 421
  • 1
  • 7
  • 23
1
vote
0 answers

Trying to get user credentials to pass through a ProxyPass

We have a site using Windows authentication sitting behind a firewall that we are accessing through ProxyPass. We then need to access an API application on the same server, but are receiving a 401 unauthorized error when using rewrite_proxy rules…
DDube
  • 11
  • 1
1
vote
2 answers

Workaround issue of Helicon Ape .htaccess RewriteRule from modifying Content Type

Issue: Using .htaccess in IIS7.5 using Helicon Ape with the last RewriteRule which when left uncommented drops the Content-Type from the Response Headers as viewed by Chrome inspector (see example screen captures below). This occurs to the…
Micah
  • 1,221
  • 17
  • 42
1
vote
0 answers

How do I prevent an SSL request for the domain names IP address?

I am using IIS 7.5 and have a website setup with an SSL certificate. I am using Helicon Ape to redirect non HTTPS traffic: RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] This works perfectly for…
Steve-ACET
  • 131
  • 1
  • 11
0
votes
2 answers

Remove parenthesis from htaccess (Helicon Ape)

I'm using Helicon Ape on a Windows Server to create htaccess files. Originally, part of a larger set of conditions, I had this condition set to return 403 if the url contained (). However it is causing false positives in case of mailchimp tracking…
imvain2
  • 15,480
  • 1
  • 16
  • 21