htm ve html de php çalıştırma .htaccess ayarları

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> </html> 
VN:F [1.9.22_1171]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
htm ve html de php çalıştırma .htaccess ayarları, 10.0 out of 10 based on 1 rating