We are trying to move a customers website. All the pages are *.php
All the pages start <? and not <?php as you would expect. The site therefore doesn’t load, instead white screen of death.
When you change the first line to <?php the page begins to load, but include files fail presumably with the same issue. There are hundreds of files.
Is it possible to have the website default to run PHP? I am running a Centos server with no control panel. The server is used normally for Wordpress sites.
Any help would be appreciated.