Ara 8 2011
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>
Devamı
By Burhan KARADERE • ? Php ? • 0 • Tags: ? Php ?, .htaccess, htm, html, Seo
Ara 8 2011
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>
Devamı
By Burhan KARADERE • ? Php ? • 0 • Tags: ? Php ?, .htaccess, htm, html, Seo