Tag Archives: ISAPI_Rewrite

How to enable Umbraco directory URLs without needing a wildcard mapping in IIS

If for some reason you cannot create an wildcard mapping to ASP.net in IIS, but would still like to have directory URLs in Umbraco there is another way. You can use ISAPI_rewrite (or a similiar tool) to rewrite requests to an extension that is handled by ASP.net. Here are the ISAPI_rewrite rules I use to [...]

Leave a comment