Hello,
I recently installed newest version of WAMP (which I love btw) and I encountered a problem. Whenever I try to view .php sites, the php code isnt filtered, it simply displays on the website as text.
For example, I have a file called test.php with this single line of code:
<? phpinfo(); ?>
and when I go to [
<my] ip>/ and click on the file, the page it blank. When I View Source, I get the unfiltered line of php code. I didnt have this problem with previous installation of the server.
I did a clean installation of WAMP and didnt change any settings whatsoever. What could cause this problem?
Thanks in advance!