update ubuntu 14.04 to 16.04 and php does not work, the wordpress sites is ok, but phpinfo and others sites not works.
Phpinfo shows the containts of the file and do not execute.
In mod-enabled only shows php 7.0
any ideas? thanks a lot!
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.
I still have the same problem, if anyone knows that I can prove it is appreciated!
I just made these steps, but it still does not work
Hi @juan,
I suggest taking a look at our tutorial on installing the LAMP stack, specifically the section on installing PHP correctly, to ensure that PHP is installed and running on your system: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04#step-3-install-php
Let us know how it goes and please do say if you need further help with this!
- Matt.
Click below to sign up and get $100 of credit to try our products over 60 days!
it’s in the same place that it works I added the phpinfo …
@juan it is very odd that wordpress is working fine. Are there any noticeable differences in the apache config for your wordpress site and other sites that aren’t working?
I tried both ways. I do not understand why wordpress works and the rest is not
Are you using short tags
<?
or long tags<?php
to run PHP within the webpages (phpinfo etc)?