|
ISAPI_Rewrite is Apache .htaccess mod_rewrite compatible URL rewriter for Microsoft IIS. It makes possible to move configurations from Apache to IIS and vice versa just by copying .htaccess files. It is used for search engine optimization, to proxy another server's content, stop hotlinking or strengthen server security.
Top features of ISAPI_Rewrite:
- Same syntax and behavior as of Apache mod_rewrite makes it possible to migrate configurations just by copying .htaccess files.
- Regular expressions for flexible and powerful configurations.
- Extremely fast, durable and highly scalable pure C++ code.
- Distributed configurations: global server level, virtual host (web site) level, directory level .htaccess files with real-time monitoring.
- Isolation - user level configuration affects only local user environment making ISAPI_Rewrite an ideal solution for web hosting providers.
Top usage examples:
- Search engine optimization.
- Proxying content of one web server through another web server.
- Prevention of content leeching (direct hotlinking).
- Blocking specific hosts, referrers or annoying robots.
- Content negotiation - serving different files for different language or different browsers.
- Load balancing emulation for web cluster.
List of supported Apache .htaccess directives:
AccessFileName
AllowOverride
ErrorLog
LogLevel
RewriteEngine
RewriteRule [C,CO,F,G,L,N,NC,NE,P,PT,QSA,R=,S=,T=]
RewriteCond [NC,OR,-d,-f,-s]
RewriteBase
RewriteMap [txt:, rnd:, int:]
RewriteLog
RewriteLogLevel
RewriteOptions
RewriteLock
You can find more useful examples in ISAPI_Rewrite documentation and Apache online documentation or script archives. Most of Apache examples can run with ISAPI_Rewrite without modification.
PCWin Note:
ISAPI_Rewrite 3.1 download version indexed from servers all over the world. There are inherent dangers in the use of any software available for download on the Internet.
PCWin free download center makes no representations as to the content of ISAPI_Rewrite version/build 3.1 is accurate, complete, virus free or do not infringe the rights
of any third party. PCWin has not developed this software ISAPI_Rewrite and in no way responsible for
the use of the software and any damage done to your systems. You are solely responsible for adequate protection and backup of the data and equipment used in connection with using software ISAPI_Rewrite.
Rating:
|