Simply add this line to your main .htaccess file.
AddHandler application/x-httpd-php5 .html .php .htm
Then, you can insert code into your .html pages like this:
echo "Hello World";
?>
- 60 Users Found This Useful
Simply add this line to your main .htaccess file.
AddHandler application/x-httpd-php5 .html .php .htm
Then, you can insert code into your .html pages like this:
echo "Hello World";
?>
Demi menjamin keselamatan sistem dan website setiap pelanggan, suPHP telah diinstall, dimana...
If you encounter problem executing php pages, 1. Set the permission of the Php pages to 644 2....
Php function below disabled for the shared hosting environment: Show_source System...
777 – Do I need directories set to this? My install script says that I do. No, you do not need...
1. Create php.ini in the desired folder 2. Insert this line of code display_errors = Off 3....