I wanted a static landing page, so I took all the dynamic content out of index.php, and put a picture in there.
Then i set up a homepage as a Page in WP.
But WP ignored my index.php, and went straight to the Home page.
I found a solution by just putting what i had in index.php into a file index.html, and putting it on the root.
But I don't like this workaround, and want to know why it didn't just show up in my index.phpl?