I'm having the same problem.... On the main site on the server everything works great but on sites added its like the php isn't being loaded after you choose the one you want. There are a couple threads that are trying to resolve this problem... I will not give up
Alright got it to work... don't know if its right but comment and tell me what i did wrong...
went to /etc/apache2/sites-available/(whatever your sites name is).vhost
Changed
# Clear PHP settings of this website
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
To
# Clear PHP settings of this website
<FilesMatch "\.ph(p3?|tml)$">
AddHandler application /x-httpd-php .php .php3 .php4 .php5
</FilesMatch>
it works for now...
Recent comments
12 hours 24 min ago
17 hours 29 min ago
21 hours 54 min ago
23 hours 43 min ago
1 day 13 hours ago
1 day 13 hours ago
1 day 18 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 3 hours ago