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+)\/…
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…
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…
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…
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:…
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…
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…
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…
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/…
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…
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…
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…
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…
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…
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…