PHP5 bir özel DocumentRoot çalışmıyor

0 Cevap php

Şu anda aşağıdaki sorunu ile mücadele ediyorum.

Ben başarıyla Apache2'yi ve PHP5 yüklü. I / var / www farklı bir şey Apache2'nin DocumentRoot değiştirene kadar ve o inşaat.

I / home / / wwwroot için DocumentRoot ayarlamak istediğiniz, ancak bu yaptıktan sonra tüm php sayfaları sadece beyaz. (Hiçbir indirme mesajı veya sth.)

İşte benim php5.conf olduğunu:

<IfModule mod_php5.c>
   AddType application/x-httpd-php .php .phtml .php3
   AddType application/x-httpd-php-source .phps
#    <FilesMatch "\.ph(p3?|tml)$">
# SetHandler application/x-httpd-php
#    </FilesMatch>
#    <FilesMatch "\.phps$">
# SetHandler application/x-httpd-php-source
#    </FilesMatch>
    # To re-enable php in user directories comment the following lines
    # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
    # prevents .htaccess files from disabling it.
    # <IfModule mod_userdir.c>
        # <Directory /home/*/public_html>
            # php_admin_value engine Off
        # </Directory>
    # </IfModule>
</IfModule>

Ben bunu anlamıyorum ve yardıma ihtiyacım var.

Thx!

0 Cevap