GaneshPandi wrote:
> why...in the sense, my doubt is that...so it is fixed? we have to to
> use index () only, for index page...
I'm sorry, I don't understand the question.
"index" is just a convention. If you are using Apache as a front-end,
you can change the name of the default page using the DirectoryIndex
directive in your .htaccess file.
Also, remember that you aren't REQUIRED to support an index page. If
you know that every request to your CherryPy site will include a page
name, then you don't need index(). It all depends on what you need to
provide to your users.