Subdomains laden keine php, sondern versuchen sie zu speichern

jackennils

New Member
Hallo.

Ich habe einen Strato vServer.
Dort habe ich in Plesk 8.4 einige Subdomains angelegt.
Zum Beispiel eine für's Forum, die forum.domain.de lautet.
Diese sollte dann die index.php des Forums laden.

Allerdings poppt dann immer ein Download-Dialog auf und will eine .part datei runterladen. Der Name ist jedes mal anders.
Ich habe das Document-Root-Verzeichnis geändert, sieht so aus, als müsse ich das für php auch noch tun. Aber wie?



Hiiilfe!


Gruß.
 
Last edited by a moderator:
Code:
<IfModule mod_php5.c>
        AddType application/x-httpd-php .php5
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .php5s
        AddType application/x-httpd-php-source .phps
        DirectoryIndex index.php5
        DirectoryIndex index.php
</IfModule>

Bei Plesk gibt's nen Schalter dafür in der Oberfläche.
 
Irgendwie funktioniert das noch nicht.

Ich denke mal an der vhosts.conf ist was nicht richtig:

Code:
DocumentRoot /srv/www/vhosts/mafia-daily.net/httpdocs/web/mafia/phpBB

php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/mafia-daily.net/httpdocs/web/mafia/phpBB:/tmp"

<IfModule mod_php5.c>
        AddType application/x-httpd-php .php5
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .php5s
        AddType application/x-httpd-php-source .phps
        DirectoryIndex index.php5
        DirectoryIndex index.php
</IfModule>
 
Last edited by a moderator:
Domains / xxx.de / Setup / physikalisches Hosting / Dienste
 

Attachments

  • PHP-Schalter.GIF
    PHP-Schalter.GIF
    4.9 KB · Views: 88
Back
Top