Larry Kelly wrote:> I,m hoping someone will be able to help me with this.
>
> When I attempt to access my rails app, I get the following error:
>
> Routing Error
>
> Recognition failed for "/"
>
> in my ''httpd.ini'' file I have this re-write filter:
> ---
> |[ISAPI_Rewrite]
> ||RepeatLimit 0
> RewriteRule ^(/[^.]*)$ /dispatch.fcgi?$1 [L]|
>
> ---
>
> The virtual server root directory is pointing to
''.../rails/appname/public/''
>
> dispatch.fcgi is in the root directory.
''.../rails/appname/public/''
>
> Server = Windows Server 2003
> Webserver = IIS6
>
> Could there be a problem with my RewriteRule?
>
> --
> Best Regards,
> -Larry
> "Work, work, work...there is no satisfactory alternative."
> --- E.Taft Benson
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
It seems to be a routes error. Check your routes.db, and find a line like:
map.connect '''',
:controller=>''defaultcontroller'',
:action=>''myaction''
regards,
--
juca
juca at jkcosta dot info
htt://jkcosta.info