php on ubuntu 13.10 won't get parsed
- by fefe
I'm facing a strange issue with a fresh installed ubuntu 13.10 apache2 with mysql and php. My php won't get parsed and I have been doing every changes what I found during my researches
PHP 5.5.3-1ubuntu2 (cli) (built: Oct 9 2013 14:49:12)
sudo a2enmod php5
apache2.conf
<FilesMatch \.php$>
SetHandler application/x-httpd-php…