Windows - server does not process

Permalink
I have had this happen on two Windows hosts now ... trying to install Concrete5. index.php just gets dumped to the browser as text. If I change <? to <?php I get past index.php, bbut then the next file gets dumped out as text. It doesn't seem terribly practical to fix them all ...

Is there a way to make the server process <? blocks as PHP?

 
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
In your php.ini set

short_open_tag=On


and restart your Apache server.