Hızlı Erişim

Arşiv

Hava Durumu

Yağmur 7°C Yağmur
Çar Yağmur İhtimali
3/0
Per Kar Yağışı İhtimali
3/-1
Cum Kar Yağışı İhtimali
3/-1

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>

[..]Devamını Oku