Recent Comments

Tags

Widgets



Comodo SSL Seal

Category IIS

2 Articles Found

Using ISAPI_Rewrite For SEO Friendly URLS

Author Asif

Jun14

ISAPI_Rewrite is a powerful regular expressions-based URL manipulation engine. It acts mostly like Apache's mod_Rewrite, but it is designed especially for IIS and Microsoft Security and Acceleration Server 2004.

 

Running Wordpress Under IIS (with ISAPI_Rewrite)

Author Asif

Jun4

To use clean URLs, we therefore need URL rewriting capabilities in IIS. The solution is to have the ISAPI_rewrite module installed on the IIS server. With this module running, a httpd.ini file can be added to the root website directory with the rewrite instructions.