mod_seo — more SEO with less effort

This article is an introduction as well as a detailed guide to new mod_seo module being an integral part of Helicon Ape 3 which is destined to build good-looking URLs based on the application’s DB data or maps without necessity to change anything in its code.
Continue reading

Posted in Helicon Ape | Tagged | Comments Off

Automatic cache cleaning in Helicon Ape

Up to version 3.0.0.39 Helicon Ape cache could be cleaned only manually. Memory-based cache (mod_mem_cache) required recycling of corresponding application and disk-based cache (mod_disk_cache) cleaning implied manual files deletion form the file system. That was slightly inconvenient, to put it mildly.
Continue reading

Posted in Helicon Ape | Tagged , | Comments Off

Titbits: Making Ape work with Plesk 9.5.1

If you have Ape and Plesk installed on your server, you may come across the issue that Ape is not working it it’s entirity. This may be caused by the fact that Plesk overrides the handlers list for each domain it creates. Continue reading

Posted in Helicon Ape | Tagged , | Comments Off

Titbits: Disabled ASP.NET handler prevents Ape from working

There have always been problems with any kind of software, when the software itself is installed correctly but doesn’t seem to work.

The same problem occured with Helicon Ape while installing on Windows Server 2003, IIS6. User had full control of config files and was able to browse the sites in IIS, but not a single rule took effect.

Investigation of the problem led us to IIS Manager/Web Service Extensions. The ASP.NET handler was disabled, which was completely blocking Helicon Ape operation.
Continue reading

Posted in Helicon Ape | Tagged | Comments Off

ISAPI_Rewrite3 vs LinkFreeze – which is better?

From time to time we get the questions of this kind on our forum/email, so I guess it’s time to show the difference to everyone.
Continue reading

Posted in ISAPI_Rewrite, LinkFreeze | Comments Off

Titbits: Plus sign in IIS7

This seems to be a known issue, but I’ll cover it once again just in case…

So, after fresh install of IIS7 you are likely to notice that requests containing plus (‘+’) character are not accepted.
Continue reading

Posted in Helicon Ape | Tagged , | Comments Off

Two-digit back-references in ISAPI_Rewrite and Ape

We’ve planned to implement it for a long time and eventually it’s done.

In ISAPI_Rewrite 3.1.0.70 and Ape 3.0.0.32 one can have more than 9 submatches and consequently more than 9 back-references in both RewriteCond and RewriteRule (RewriteProxy, RewriteHeader) statements.
Continue reading

Posted in Helicon Ape, ISAPI_Rewrite | Comments Off

"Zip and save" option in Ape Manager

Hello, everyone!

We want to inform you of a new helpful feature that is available in Helicon Ape 3.0.0.32 and higher.

To make your interaction with our support team more fruitful we’ve introduced a context menu item “Zip and Save Ape Configuration” that makes an archive including all Ape config files for current location (on which you right-clicked) and its parents, web.config and Ape rewrite and error logs.
Continue reading

Posted in Helicon Ape | Tagged | Comments Off

New Helicon Ape 3.0.0.32 released

Hello, everyone.

Good news – we’ve just released the new build of Helicon Ape – 3.0.0.32.
So, what’s new:
Continue reading

Posted in Helicon Ape | Tagged | Comments Off

Adjusting Coldfusion & ISAPI_Rewrite collaboration

If you have ISAPI_Rewrite3 (Ape) and Coldfusion installed on your server, you may encounter issues with requests to .cfm resources. The problem lies in handler mappings configuration. To resolve it, any handler mappings for *.cfm extension should be mapped to 1\jrun_iis6_wildcard.dll executable (instead of run_iis6.dll).
Continue reading

Posted in Helicon Ape, ISAPI_Rewrite | Tagged | Comments Off