My home address is something like

www.hosting.com/~myid/

I uploaded my rails blog app in the blog folder,

www.hosting.com/~myid/blog/

and I ran 'rails server' to launch server. (in default, it will use
port 3000)

When I connect to the www.hosting.com:3000/~myid/blog/ It shows the
routing error - No route matches "/~myid/blog"

It seems that rails application is accepting /~myid/blog as
controller&action.

I assume /~myid/blog/ will be the base address for every routing that
will come to this address.

How can I resolve this problem???

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to