Thread: ISAPI_Rewrite
View Single Post
  #4 (permalink)  
Old 15-03-2007, 09:30
Rock Rock is offline
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 681
Arrow

Hello,

Please refer the following link for more details on the ISAPI_Rewrite
www. isapirewrite.com/docs
www. isapirewrite.com/docs/#examples

Also, I have installed the Microsoft provided : RemapUrl Version 1.0

Quote:
Overview: RemapUrl version 1.0 for Internet Information Services (IIS) 6.0 redirects client HTTP requests for Uniform Resource Locators (URLs). RemapUrl consists of two files: RemapUrl.ini and RemapUrl.dll. RemapUrl.ini stores your list of URL mappings. A URL mapping is the assignment of one URL to a different URL or one URL to itself; for example, /Test1.htm=http://www.fabrikam.com or /Test1.htm=/Test1.htm. RemapUrl.dll reads HTTP client requests to see if the requested URL is in the RemapUrl.ini file. If RemapUrl.dll locates a mapped URL in the initialization file, it modifies the request header with the mapped URL and sends the request back to the client. RemapUrl does not remap URLs for host header website hostings or for website hostings on ports other than 80.
The help file can be downloaded from : http:// 87.117.234.246/iisTools.chm

Let us know if you need anything else.
__________________

Rock _a.k.a._ Jack L.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote