Under Apache 2.0.40, I am not given the option to change the extensions for files recognized by the php parser. I would like the parser to read all files through, even htm and html files. How do I change this? I am running, as I said, Apache 2.0.40 and PHP 4.2.2.
Nevermind, I got it! The AddType ... line worked.
Hi, i AM also having the same problem, that when i have a php code inside a .htm file, it is not recognized , but if the same code is inside a php , it works fine !!
Where do i need to add that line "AddType" that you mentioned !!
Regards