Ben Apache2'nin ve PHP5 ile Ubuntu 10.04 koşuyorum.
Ben böyle bir dizin yapısı vardır:
\www\
\index.php
\parts
\head.php
\body.php
Benim index.php içimde bir komut var
<?php include("parts/head.php") ?>
and the equivalent for body. These files both exist and they contain more php and html code.
Ben localhost (\ var \ www) üzerinde web sitesi test zaman gösterir tek şey PHP komutları dışında html. Hiçbir hata mesajı dosyası dahil ama boş sanki bu, vardır.
O (localhost değil) web sitesinde tam olarak aynı ama web sitesinde mükemmel çalışıyor. Ben farklı ne anlamıyorum. Herhangi bir yardım mutluluk duyacağız.