On Sun, Oct 20, 2002 at 06:20:00PM +0200, [EMAIL PROTECTED] 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

