I want to add php content to my already existing html files. So I decided to parse php inside html file through a modification of .htaccess file by adding the following code>
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
But all I could find was to download the file...