Edit the .htaccess file
default yol : /home/username/public_html
.htaccess sayfasını bulun
aşağıdaki kodu ekleyin :
RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html .htaccess kaydedin PHP kodunu bit .html de çalıştırma
örnek sayfa test.html
test.html kodu : <html> <head> </head> <body> <h1> <?php echo “php cok guzel”; ?> </h1> </body>


