failed to add apache handler

Avatar
  • Answered
failed to add apache handler on cpanel. i put this AddHandler application/x-httpd-php .html .htm on the .htaccess file but the file with .html extension cannot read the script inside thanks, Hans
Avatar
Scott
Hello Hans, Thank you for your question on adding an apache handler so that html can read php code. You may want to try the code below. It is slightly different but should work for you: AddHandler application/x-httpd-php5 .html .htm Kindest Regards, Scott M