Browse By Tags

URL Rewrite Module

Enable PHP Syntax Highlighting on IIS 7
Created Nov 15, 2009 by tali smith

Introduction - You can configure Internet Information Services 7 (IIS 7) to output syntax-highlighted source code for PHP files stored on the Web server or Web site. This feature is useful in development environments because you can quickly make...

IIS 7 for Apache Administrators
Created Nov 15, 2009 by tali smith

Introduction - Apache Hypertext Transfer Protocol (HTTP) Server and Internet Information Services 7 (IIS 7) are two of the world’s most popular Web servers. This article provides technical information about IIS for users who are familiar with...

Provide URL Rewriting Functionality
Created Nov 15, 2009 by tali smith

Introduction - The Microsoft ® URL Rewrite Module for Internet Information Services 7 (IIS 7) provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks, including, but not limited to...

Best Practices for PHP on the Microsoft Web Platform
Created Nov 15, 2009 by tali smith

Introduction - There are various steps you can take to optimize Windows Server 2008 R2 or Windows Server 2008, IIS 7, and FastCGI performance for your Web workloads and PHP applications, including: Configure PHP process recycling behavior Disable...

Reverse Proxy with URL Rewrite v2 and Application Request Routing
Created Jul 16, 2009 by ruslany

This walkthrough will guide you through how to use URL Rewrite Module and Application Request Routing (ARR) to implement a reverse proxy server for multiple back-end applications. Prerequisites - To run this walkthrough, you must have the...

URL Rewrite Module 2.0 Configuration Reference
Created Jul 16, 2009 by ruslany

This section of the documentation applies to the URL Rewrite Module Version 2.0 for IIS 7 This article provides an overview of the URL Rewrite Module 2.0 functionality and explains the new configuration concepts used in this version. For detailed...

Using URL Rewrite Module 2.0
Created Jul 16, 2009 by ruslany

Introduction - This section of the documentation applies to the URL Rewrite 2.0 for IIS 7 . URL Rewrite 2.0 for IIS 7 is an incremental release that includes all the features from version 1.1 , and adds support for .NET extensibility and for...

Translate .htaccess Content to IIS web.config
Created Feb 23, 2009 by stjacobs

Introduction - Many PHP applications are distributed with configuration files for the Apache Web server. These configuration files (usually called .htaccess files) contain a number of settings that can be used for integrating the application with...

URL Rewriting for ASP.NET Web Forms
Created Nov 10, 2008 by ruslany

When you use the IIS 7.0 URL Rewrite module with ASP.NET applications, it is important to ensure the correct behavior of your Web application with rewritten URLs. This article explains scenarios in which URL rewriting can affect ASP.NET Web...

Developing Rule Template for URL Rewrite Module
Created Nov 10, 2008 by ruslany

This walkthrough will guide you through how to develop a rule template for URL Rewrite module. You will create a rule template that can be used to generate a rewrite rule that enforces usage of a particular domain for a web site. Template Overview...

Rule Templates Overview
Created Nov 10, 2008 by ruslany

Rule templates in URL Rewrite module provide a simple way of creating one or more rewrite rules for a certain scenario. Built-in rule templates - URL rewriter module includes several rule templates for most common scenarios: User Friendly URL...

URL Rewrite Module - Video Walkthrough
Created Sep 19, 2008 by ruslany

This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks: Enabling user friendly and search engine friendly URLs for dynamic web pages Enforcing canonical host names for web sites...

User Friendly URL - rule template
Created Sep 11, 2008 by iisteam

Rule templates are used to provide a simple way of creating one or more rewrite rules for a certain scenario. URL rewriter module includes several rule templates for some common usage scenarios. In addition to that URL rewrite module UI provides a...

Request Blocking - rule template
Created Sep 11, 2008 by iisteam

Rule templates are used to provide a simple way of creating one or more rewrite rules for a certain scenario. URL rewriter module includes several rule templates for some common usage scenarios. In addition to that URL rewrite module UI provides a...

Testing Rewrite Rule Patterns
Created Sep 11, 2008 by iisteam

URL Rewrite Module UI includes a tool that can be used to test the regular expression and wildcard patterns used within rewrite rules and conditions. With this tool you can very quickly verify the correctness of the pattern; you can check how the...

Rule with Rewrite Map - rule template
Created Sep 11, 2008 by iisteam

Rule templates are used to provide a simple way of creating one or more rewrite rules for a certain scenario. URL rewriter module includes several rule templates for some common usage scenarios. In addition to that URL rewrite module UI provides a...

IIS 7.0 Request Filtering and URL Rewriting
Created Sep 4, 2008 by ruslany

IIS 7.0 includes a request filtering module that is based on the URLScan ISAPI Filter for IIS 6.0. The module helps you tighten security of your Web servers. The IIS team has also released an add-on URL rewrite module for IIS 7.0, which provides...

IIS URL Rewriting and ASP.NET Routing
Created Sep 4, 2008 by ruslany

With the release of the URL Rewrite Module for IIS 7 and the inclusion of ASP.NET routing into the .NET Framework 4, there have been a lot of questions from ASP.NET developers about how these two features relate to each other and when you should...

URL Rewrite Module Configuration Reference
Created May 30, 2008 by ruslany

This article provides an overview of the URL Rewrite Module and explains the configuration concepts that are used by the module. Table Of Contents - Functionality Overview Rewrite Rules Overview Rewrite Rules Scope Rules Evaluation Rules...

Importing Apache mod_rewrite Rules
Created May 30, 2008 by ruslany

Introduction - The Internet Information Services 7 (IIS 7) URL Rewrite Module provides an import feature that greatly simplifies the process of converting Apache mod_rewrite rules to IIS URL rewrite rules. In this walkthrough, you use the Import...

Enabling Pretty Permalinks in WordPress
Created May 30, 2008 by ruslany

This walkthrough describes how to enable “ Pretty Permalinks ” for blog posts in the WordPress blog engine that is installed on IIS 7. Typically, without URL rewriting functionality on a Web server, WordPress users must use “Almost Pretty” URLs...

Using Rewrite Maps in URL Rewrite Module
Created May 30, 2008 by ruslany

This walkthrough will introduce you to the concept of rewrite maps in URL rewrite module and will guide you how to create rewrite rules that use rewrite maps. In this walkthrough you will create two rewrite maps: one rewrite map will be used by...

Using Global and Distributed Rewrite Rules
Created May 30, 2008 by ruslany

This walkthrough will explain the different types of rules supported by URL rewrite module and will guide you through how to configure global and distributed rewrite rules. Background - Global rewrite rules are used to define server-wide URL...

Using Failed Request Tracing to Trace Rewrite Rules
Created May 30, 2008 by ruslany

IIS 7.0 Failed Request Tracing (FRT) is a powerful tool for troubleshooting request-processing failures. FRT can be used with the URL rewrite module to trace how rewrite rules were applied to the request URL. This walkthrough will guide you...

Creating Rewrite Rules for the URL Rewrite Module
Created May 30, 2008 by ruslany

This walkthrough will guide you through how to create and test a set of rewrite rules for the URL Rewrite Module. Prerequisites - This walkthrough requires the following prerequisites: IIS 7 with ASP.NET role service enabled. URL Rewrite Module Go...

Using the URL Rewrite Module
Created May 30, 2008 by ruslany

About the URL Rewrite module - The Microsoft URL Rewrite Module 2.0 for IIS 7 enables IIS administrators to create powerful customized rules to map request URLs to friendly URLs that are easier for users to remember and easier for search engines...

Use Request Filtering
Created Nov 22, 2007 by iisteam

Introduction - UrlScan, a security tool, was provided as an add-on to earlier versions of Internet Information Services (IIS) so administrators could enforce tighter security policies on their Web servers. Within IIS 7, all the core features of...