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.
Then try to access that file by going to site/folder/filename.phpCode:<?php echo phpinfo();
Once that is complete and data collected about the php version and related information, remove that file from the server.


Reply With Quote
