I am having an issue where PHP with LSWS 4.0.1 is not parsing php code for the majority of my pages.
The index page works just fine, but no other pages work at all. I have created a page called info.php, and it simply prints out the text as if it were HTML.
What could I possibly be missing? I succesfully compiled PHP via the admin console.
I have a page called index.php that is being parsed just fine (contains PHP code and works, no errors), however info.php and a page called indexsub.php are not working, they are simply printing out the code.