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…
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…
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/* >…
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…
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?
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…
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…
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…
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…
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…
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…
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://…
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,…
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…
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…