I went with the low-tech approach. A index.htm file with just a redirect:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="refresh" content="0;Url=Show/Playing.rails" /> </head> </html> On Mon, Oct 27, 2008 at 5:13 AM, bdaniel7 <[EMAIL PROTECTED]> wrote: > > Thanks, > > i'll try Url Rewriter from Managed Fusion (http:// > www.managedfusion.com/products/url-rewriter/) > and Ionic Isapi Rewrite Filter (http://www.codeplex.com/IIRF) > > On Oct 27, 10:06 am, Jimmy Shimizu <[EMAIL PROTECTED]> wrote: >> If you want to use MonoRails routing-engine I believe so. However, you >> have other options if you use rewriting modules for IIS. >> >> Unless default document can give you this behaviour. >> >> bdaniel7 wrote: >> > Hi, >> > i'm trying to route the requests tohttp://www.app.com/controller/to >> >> >http://www.app.com/controller/index.rails >> >> > So that the user can write just the controller name and be redirected >> > to the index action. >> >> > I've read in Monorail docs that i have to map all extensionless >> > requests to aspnet_isapi.dll to achieve such thing >> > Is this correct? > > > -- Truth, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
