Hi all, I've built a very basic ASP.NET application which needs to have it's URL rewritten. The application is a single default.aspx page, and currently outputs whatever value is after the ?id= querystring parameter. So for example if the URL is www.MyDomain.com/default.aspx?id=12345, the page which appears outputs 12345 to the screen. You can see this working at www.aspdotnetcms.com/default.aspx?id=test_message. I want an htaccess file setup to make this application work when the URL www.MyDomain.com/12345 is visited, in other words when this URL is opened the application will output 12345 to the screen. I'll also need to be able to open aspx files in a normal way in a subfolder, so I should be able to open www.MyDomain.com/admin/login.aspx and other files in that subfolder. I'm using shared web hosting so can't make changes to IIS configuration (which is version 6), and the host uses ISAPI ReWrite version 3 so the htaccess file should be in this format. If this is just an htaccess file change then I think $10 is a reasonable amount for me to pay, but if I need to make any changes to my asp.net application (for example to get the id querystring parameter from the rewritten URL) then I'm happy to negotiate an additional fee. Any questions please let me know! Payment by PayPal Matt