Say that PHP won't load at all. If you put a file in your store's root named as you desire (pick something obscure) ending with .php with the following content, and see the results.

Code:
<?php echo phpinfo();
Then try to access that file by going to site/folder/filename.php

Once that is complete and data collected about the php version and related information, remove that file from the server.