.htaccess - html w/php powered pages not displaying; downloadable? -


when try load php inside html page, somepage.html ... brings download box.

addhandler application/x-httpd-php .html addtype application/x-httpd-php html 

those generated in cpanel still shows download box instead of code.

what do?

also additional information:

apache version  2.2.17 php version     5.3.4 

not sure, can try:

addtype application/x-httpd-php .php .htm .html addhandler x-httpd-php .php .htm .html 

took blog post.

edit: saw you're using php inside .html files. can't change extension?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -