 URL Replacer Screenshot
| URL Replacer is a ISAPI filter for IIS that allows you to replace part of the URL with other values. You can use it to hide true file extensions or to convert query string URLs into something that looks like a directory structure (can help with search engine indexing). For example, the URL `http://www.webattack.com/test.xhtml/id=123/user=joe` could be transparently converted to `http://www.webattack.com/test.php?id=123&user=joe`. The conversion is completely invisible to the user. URL Replacer provides an optional HTTP configuration interface.
|