In file manager, added my php script under public _html
Now everything is working except the home page. It always point to Hestia default success page. But if my manually edit the ip address in my web browser, eg, domain.com/login, it then points to my desired login page. But it always load home page as Hestia success page.
My domain is: https://plutoseo.com
If you add ‘/login’, then it will open the login page without any issues.
My backend template is Apache2.
Regarding error logs, I cannot see var folder when I go to files from Hestia control panel. I see bunch of other folders including web. But not var, or usr.
Thanks acarv . It worked. It was always picking index.html which I realised was Hestia default file. I had another index.php which was below that html file.
After deleting index.html, it’s working fine now.