Report this

What is the reason for this report?

Execute php files that starts with <?

Posted on August 8, 2014

I bought a php script on Code canyon, and it was running ok on my localhosts, but when i uploaded the files to digital ocean, i noticed that the .php files where not being executed, after some investigation i discovered that my server does not recognise the php files, because they start with just <?, instead of <?php.

**Is it possible to change PHP to execute .php files that start with just <? **

I running ubuntu 14.04, with php 5.5.9

Thanks!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Edit /etc/php5/apache2/php.ini and set short_open_tag to On. Then, restart apache:

sudo service apache2 restart

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.