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

Re: php3



On Sun, Oct 20, 2002 at 06:20:00PM +0200, pawelek_@irc.pl wrote:
> Witam
> Mam zainstalowane php4 w 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
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3-source .phps
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps

Usuń:
 AddType application/x-httpd-php3 .php3
 AddType application/x-httpd-php3-source .phps

Popraw:
 AddType application/x-httpd-php .php .php3 .phtml
 AddType application/x-httpd-php-source .phps

Wanted



Reply to: