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

IIS6 Codeigniter IIRF Rewrite

I have an application written in Codeigniter 2.1.4 which works on my local machine installed with WAMP. When moving the project over onto a production server, Codeigniter routing stops working. The login form actions a controller method, but instead…
projeqht
  • 3,160
  • 3
  • 18
  • 32
0
votes
1 answer

Isapi Rewrite not working, query string mod

if you hypothetically typed in: http://www.domain.com/Items-Shopping-Shoe-2013 my website needs to see: http://www.domain.com/items.asp?Cc=Shoe-2013 so, I thought this would be pretty simple.. I edited the httpd.ini for helicon Isapi rewrite with…
RonB
  • 136
  • 1
  • 2
  • 14
0
votes
1 answer

Using ISAPI Rewrite 3 & ASP.Net MVC?

I'm using ISAPI Rewrite3 on IIS6 for two Virtual Directories at the moment that contain Wordpress. I need to setup some rules at the root of the site to redirect old urls to new urls: i.e. http://www.example.com/somefolder/* >…
Chris McKee
  • 4,298
  • 10
  • 48
  • 83
0
votes
1 answer

Helicon Ape redirects don't work as expected in Sitefinity 3.7

We are migrating an old Sitefinity 3.7 site from IIS 6 to IIS 7 and upgrading Helicon URL_Rewrite_2 to Helicon Ape. In the IIS6 environment we had a number of rewrite rules in place to redirect from /page/index.aspx to /page/ and these worked…
Philip Bennison
  • 519
  • 2
  • 10
0
votes
1 answer

Uninstall Helicon Zoo module

I have installed Ruby on Rails through Helicon Zoo. Now I would like to uninstall Ruby on Rails module, but am unable to find an "Uninstall" item. Do I have to uninstall Helicon Zoo to uninstall Ruby on Rails?
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
1 answer

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: (?!^www.domain.com)(.+) RewriteRule /(.*) http\://www.domain.com/$2…
Teodor
  • 1,285
  • 4
  • 21
  • 37
0
votes
2 answers

Helicon Ape build 0098: "Access to the path is denied" when enabling licenses

I just upgraded Helicon Ape to the latest build 0098. Then I opened the Helicon Ape Manager, went to "Help" -> "License Manager", selected one of my sites and chose "Enable free license". This message came up: "Access to the path is denied". I made…
Chris
  • 1,597
  • 4
  • 18
  • 26
0
votes
1 answer

Should I set rewrite rules on an ASP.Net MVC site with heliontech IISRewriter Globally or by folder with wordpress?

I'm using IIS6 (unfortunatly) and have built an ASP.Net MVC app; IIS is set up for wildcards to make the routing work but I have two virtual directories that contain wordpress installations which works fine. I have two .htaccess files (one in each…
Chris McKee
  • 4,298
  • 10
  • 48
  • 83
0
votes
1 answer

Limit rewritten URL length in URL Rewriter

My real url looks like this: localhost/shop.asp?product=100&name=Product-name&category=cellphones My rewritten url looks like: localhost/cellphones/product-name/product-name_100.aspx I use Helicon URL Rewriter and what i need to do is this: If my…
R.App
  • 69
  • 2
  • 9
0
votes
1 answer

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 completely horrible in practice. Currently, I have…
0
votes
2 answers

Sinatra-Synchrony is causing HttpProtocolException: HTTP-headers - are expected Error for some users

I have a webapp that updates data in Pardot through one of their API's. The webapp is coded with Sinatra. The user adds the api url and a csv file with the data that needs to be updated in a form and hits submit. The code parses the csv data and…
Neil Hoff
  • 2,025
  • 4
  • 29
  • 53
0
votes
1 answer

Url rewriting - Querystring parsing

I am new to URL rewriting and getting a bit frustrated. I'm using Helicon on the server and have gotten most URLs to re-write correctly. (I had to remove the '//'s to allow me to submit the questions, but the urls are the standard http://…
Norseman
  • 5
  • 2
0
votes
2 answers

paths need to start with / (ArgumentError)

This question is similar to that of Neil Hoff's post from a few days ago. I downloaded Ruby On Rails using Helicon Zoo's ruby package. I am running this on Windows 7 using IIS Express & WebMatrix. Like, the other question when I browse to the site,…
thunk
  • 434
  • 3
  • 10
0
votes
1 answer

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 for some unknown reason only one of the rewrites…
Frank Bailey
  • 185
  • 2
  • 17
0
votes
2 answers

RoR link_to and assets paths

I have a RoR (1.9.3 - 3.2) application running on IIS 7.5 over the HeliconZoo Module. It is located in a sub directory like http://server/application/ Now if i use link_to with a direct location like <% link_to "/users" %> it is linked back to…
Miiller
  • 1,063
  • 1
  • 10
  • 29
1 2 3
4