Hi, We''ve recently built a CMS app that will host quite a few sites, the sites can currently be accessed as follows: example.com/siteone/home example.com/sitetwo/home I''ve created an Apache vhost to handle ''siteone.com'', pointed it to the ''public'' folder of the app and it uses the following rewrite rule to access the correct path: RewriteRule ^/$ http://siteone.com/siteone/home Thing is I''d like it to access ''http://siteone.com/siteone/home'', but only display ''http://siteone.com/''. I''ve tried a few rules but aren''t sure how I should go about this. How does mod_rewrite see ''^/siteone/home'' in a rails app? As a query string? Any advice/assistance would be much appreciated. Thanks, Charl -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.