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!
Edit /etc/php5/apache2/php.ini and set short_open_tag to On. Then, restart apache:
sudo service apache2 restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.