i have a issue of displaying php to html - the .htaccess was not active at all
we did allowoverride All in httpd.conf
now the when we browse the page, the website do not get opened in the browser but gets as downloaded page.
the server is linux
the .htaccess file config is as follows
#RewriteEngine On
AddType application/x-httpd-php .html
I have checked setting as Rewrite engine On or commented same effect..
how to rectify this issue