index.php contains this code:
phpinfo();
When I run this, it will execute this PHP code which is good.
But the problem is when I go to my website and run certain files, it will show the PHP code rather than executing it. It was working before but when I came back to visit the website, my web server started to mess up.
So I had to enable PHP, MySQL, and all sorts. How do I fix this??