OK, I'm really confused as to how this might work/if it's possible or
even if I'm thinking about it right, so I'll just explain what I'd like
to do and you can shoot holes in it.

I have an app running that is for properties. Each property has it's own
"website" within my app and a user can tweak the content, it works well,
quite pleased so far.

So the URLs to a property look like this for the root

http://localhost:3000/properties/1/

then

http://localhost:3000/properties/1/full_details
http://localhost:3000/properties/1/price_list

etc.

Is it possible for different urls to point to different pages in
someway.

i.e.

www.chalet-yeti.com  -> http://localhost:3000/properties/1/

www.chalet-yeti.com/full_details  ->
http://localhost:3000/properties/1/full_details

www.apartment-marie.com  -> http://localhost:3000/properties/2/

etc....

Is this possible/advisable/doable in the same rails app (I can't think
how)? In case it matters the app runs under apache and passenger on my
server.

-- 
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-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