I followed the guide for RailsOnWindows (http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) and completed all the steps without any problems. But when I try to access my page, I get: Routing Error Recognition failed for "/rails" rails is what I have in my httpd.conf: <VirtualHost *:80> ServerName rails DocumentRoot "D:/devapps/Apache Group/Apache2/htdocs/hello/public" <Directory "D:/devapps/Apache Group/Apache2/htdocs/hello/public"> Options ExecCGI FollowSymLinks AllowOverride all Allow from all Order allow,deny AddHandler cgi-script .cgi AddHandler fastcgi-script .fcgi </Directory> </VirtualHost> I must be missing something but I don''t see it. I''ve read over all the steps several times. I''ve searched quite a bit with google but I do not find any solutions for this problem. Thanks in advance for any help! -Michael -- Posted via http://www.ruby-forum.com/.
michael wrote:> I followed the guide for RailsOnWindows > (http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) and completed > all the steps without any problems. But when I try to access my page, I > get: >> Routing Error > > Recognition failed for "/rails"Are you trying to access "http://localhost/rails" ? That apache config doesn''t do that. It creates a server called ''rails'' and sets up Rails to be at the root of that server. You should just be able to use http://localhost/ Alan -- Posted via http://www.ruby-forum.com/.
Alan Francis wrote:> Are you trying to access "http://localhost/rails" ? That apache configLet me rephrase that. What are you typing in the browser ? Alan -- Posted via http://www.ruby-forum.com/.
Nahalingam N. Kanakavel
2006-Jun-16 14:42 UTC
[Rails] Re: Routing Error - Recognition failed for..
Hi, How you are accessing that page ? What is the URL, you have given in your address bar ? On 6/16/06, Alan Francis <alancfrancis@gmail.com> wrote:> > michael wrote: > > I followed the guide for RailsOnWindows > > (http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) and completed > > all the steps without any problems. But when I try to access my page, I > > get: > > > > > > Routing Error > > > > Recognition failed for "/rails" > > > Are you trying to access "http://localhost/rails" ? That apache config > doesn''t do that. It creates a server called ''rails'' and sets up Rails > to be at the root of that server. > > You should just be able to use http://localhost/ > > Alan > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060616/4cfb99c3/attachment.html