PHP not parsing code correctly on certain pages.

#1
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.

Thanks for any help.
 

mistwang

LiteSpeed Staff
#2
that mean that info.php was not processed as PHP script.
Also, make sure it is not the browser's cache trick you if you played with the configuration.
 
#4
Just a bit more information,

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.
 
Top