中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 操作系统 > 服务器 > Web服务器
ISAPI_RewriteLite
作者:佚名 时间:2004-10-23 10:52 出处:互连网 责编:chinaitpower
              摘要:ISAPI_RewriteLite

Product overview


ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme.


What you can do with ISAPI_Rewrite:



  • Optimize your dynamic content like forums or e-stores to be indexed by a popular search engines.
  • Block hot linking of your data files by other sites.
  • Develop a custom authorization scheme and manage access to the static files using custom scripts and database.
  • Proxy content of one site into directory on another site.
  • Make your Intranet servers to be accessible from the Internet by using only one Internet server with a very flexible permissions and security options.
  • Create dynamic host-header based sites using a single physical site.
  • Create virtual directory structure of the site hiding physical files and extensions. This also helps moving from one technology to another.
  • Return a browser-dependent content even for static files.

And many other problems could be solved with the power of the regular expression engine built into the ISAPI_Rewrite.



ISAPI_Rewrite is available in two different versions:


ISAPI_Rewrite Full


This is complete version of ISAPI_Rewrite. It has the following features:



  • Regular expressions-based URL rewriting engine.
  • Support for global per-server configuration file
  • Support for per-virtual-site configuration files
  • In-memory configurations cache
  • Automatic deletion of rarely-used configurations from memory
  • Monitoring of configuration files and metabase changes and dynamic configuration reload

ISAPI_Rewrite Full is distributed as try-before-you-buy. You can download a 30-day trial copy for free.


ISAPI_Rewrite Lite


This is simplified edition of ISAPI_Rewrite. It does not support per-virtual-site configurations, proxiing, metabase monitoring and automatic cache cleanup but all other features are supported. ISAPI_Rewrite Lite is completely FREE! It may be an ideal solution for the server hosting the only site, development or testing purposes.





download here:
http://www.helicontech.com/download/#isapi_rewrite

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有