Not getting the login dialog box

Hi,

I have installed sitecake as mentioned in the installation guide. I also have got the other folders like tmp and images after installation. But i am not getting the login dialog box. When i run www.mydomain.de/sitecake.php i get directed to my index.html page of my website. I dont know what i am doing wrong. The logs folder is also empty.
Please help me with this.

Best Regards,
Mamatha

Hi, I’m getting File Not Found when go to http://www.mydomain.de/sitecake.php.

Hi, it was just an example. The real url is www.igemda.de/sitecake.php

Hi, after inspecting your source code I noticed that HTML is incorrect.
On index.html you don’t have opening <!doctype> tag and also <html> and <body> tags were missing. This is the reason sitecake is not giving you login dialog. Please make sure you add all the necessary opening and closing tags to all of your pages.

The problem was on the client side. My HTML was incorrect. On index.html the <!doctype> tag and also and tag were missing. When I added those sitecake started to work for homepage. Thank you.