yes, index.html would be the default page it is present in /public
if you want something other to be served by default, delete
public/index.html and define your default in /config/environment.rb,
e.g.:
map.connect '''', :controller =>
''welcome''
On 8/18/06, SIX-S <sixs@ida.net> wrote:>
>
> Hi,
> Is the index.html file in public folder is the first page the user would
> see when he browses to my web site? How do I direct him to the other
pagesif
> they are rhtml.
>
> Jim
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
>