On Wed, Nov 4, 2009 at 3:57 PM, Avnish Malik
<rails-mailing-list (AT) andreas-s (DOT) net> wrote:
Quote:
* * * *In my application new HTML pages are added into a folder by some
service running in the background.
* * * * * * * * * *I use the default Mongrel server. I was wondering if
there is any way I can put them into some server folder so that instead
of having a relative path like C:\abc.html I can have something like
http://www.localhost.com:3000/myproject/abc.html. |
Of course. Did you even try? Anything in /public is accessible, so
create your 'myproject' directory there and put the files in it.
--
Hassan Schroeder ------------------------ hassan.schroeder (AT) gmail (DOT) com
twitter: @hassan
--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---