[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP und die Indianer



Am Mittwoch, 25. Juni 2003 14:05 schrieb Stefan Kohn:
> ein "grep" ergibt ...
>
> grep php /etc/apache/httpd.conf
>
> LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
>     DirectoryIndex index.html index.htm index.shtml index.cgi index.php
> index.php3
>     # distribution - see http://www.php.net) will typically use:
>     # AddType application/x-httpd-php3 .php3
>     # AddType application/x-httpd-php3-source .phps
>     AddType application/x-httpd-php4 .php .phtml .php3 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     AddType application/x-httpd-php4-source .phps


Hallo Stefan,

> Jetzt hat er alle Libs, ist soweit oki, aber ... - nu kommt's - wenn ich
> eine php-Site erstelle und aufrufe, ...

Welche Extension hat deine php-Site? Vermutlich *.php - und nicht *.php4 !

Ändere doch mal die von mir mit "^^^" markierte Zeile in:

AddType application/x-httpd-php .php

und starte dann Apache neu.

hth,
Norbert



Reply to: