On Aug 12, 1:38 pm, Alpha Blue <[email protected]> wrote: > How do I setup a route to a virtual path in rails for phpmyadmin, if I > want to use that to look over my database? > > Say the path is at the following: > > myvirtualpath/admin/phpmyadmin/ > > If I went to .. > > http://mysite.com/myvirtualpath/admin/phpmyadmin/ > > phpmyadmin will show up fine.. > > With rails if I do it, I will get a routing error.. > > I'm not sure how to add virtual paths in routes.rb with say map.connect > etc. > > Any advice would be appreciated. > > thanks. > -- > Posted viahttp://www.ruby-forum.com/.
I'm confused. Rails routes only map URLs that are passed to Rails to various controllers/actions. phpMyAdmin is not part of your Rails app. What exactly are you trying to accomplish? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

