# IsapiRewrite4.ini # # ini file for the ISAPI rewriter. # # An Example for doing translation of JSP to ASPX. This is useful # when doing a staged migration of a website, moving from JSP to # ASP.NET. Similar approach could work with ASP, PHP or other # server-side scripting languages. # # Mon, 01 May 2006 09:01 # IterationLimit 5 RewriteRule ^/([^/\.]+)\.(jsp|php)(.*)$ /$1.aspx$3 [L]