Open a file from WWW folder

Hi All,

I have created new app called test_website and i have created one html file called index.html ubder WWW folder. So, I want to open that file from python side, Is there any way to open a file from this path: test_website/test_website/www/index.html.

Thanks,
Raghu.

In application hook, mention index as home page and check if it works.

I don’t want to change in hook file.