Forum Moderators: coopster
It shouldn't. Are you sure you added it in the correct place and did so without spelling errors? Also, make sure you have restarted your server after making the changes.
I added it almost at the very beginning after the comments. I didnt know there was a specific place for it. Where should I put it? Just to be clear I didnt find this line at all in the original httpd.conf file:
AddType application/x-httpd-php
So I'm adding this full line (not just the .html extemsion):
AddType application/x-httpd-php .php .html
Where should I put this line? Should I add a <IfModule mod_php5.c> module since one doesnt exist already?
Thanks again.