Browse by Tags

Related Posts

  • Re: rewrite /mycategory/

    You need a mod_rewrite like url rewriting tool such as IIS Mod-Rewrite , IIS Rewrite , or IIRF . I strongly recommend IIS Mod-Rewrite, but IIRF is an acceptable free solution. You can convert an incoming url from /mycategory/2007/05/05 to /default.aspx?cat=mycategory&year=2007&month=05&day...
    Posted to HttpHandlers and HttpModules (Forum) by gearbox on 07-23-2007, 12:00 AM
    Filed under: URL Rewriting, iis, rewrite, mod_rewrite
  • Re: iis/.net rewrites like php/apache?

    The URL rewriting you want to do (get the id parameter and rewrite the URL using a textual description like "bicyle-shopping-etc") requires database lookup. You need to install IIS Mod-Rewrite (fully compatible with Apache mod_rewrite) and use the RewriteMap txt: or dbm: function for static...
    Posted to Getting Started (Forum) by gearbox on 12-30-2007, 12:00 AM
    Filed under: IIS, database, url, rewrite, mod_rewrite, iis mod-rewrite, RewriteMap
  • Re: Another strange question .... URL Rewriting

    You can use IIS Mod-Rewrite which is a quite accurate port of mod_rewrite. You can also find other similar resources at http://en.wikipedia.org/wiki/Mod_rewrite
    Posted to Getting Started (Forum) by gearbox on 09-13-2007, 12:00 AM
    Filed under: IIS, URL Rewriting, rewrite, mod_rewrite
Page 1 of 1 (3 items)