.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
edit: saw you're using php inside .html files. can't change extension?
Comments
Post a Comment