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 when running the php-added-html files and the server is not parsing php.
So I request you to solve the problem as early as possible
Regards
Rubin
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
But all I could find was to download the file when running the php-added-html files and the server is not parsing php.
So I request you to solve the problem as early as possible
Regards
Rubin