Pessoal, instalei o m�dulo e o php4 em meu servidor linux, mais ele s� est� lendo extens�es que sejam .php4, quando eu crio um script com extens�o .php, ele l� este com o se fosse um Download, como eu fa�o para ele ler extens�o .php ?
Segue abaixo um: cat /etc/httpd.conf | grep php em meu servidor # Don't forget to use php_engine on/off for added # security. Uncomment the php3_engine off in the # first Directory section below and enable php3 only # Don't forget to use php_flag engine on/off for added # security. Uncomment the php_flag engine off in the # first Directory section below and enable php4 only #LoadModule php_module modules/mod_php.so LoadModule php3_module modules/libphp3.so LoadModule php4_module modules/libphp4.so #AddModule mod_php.c AddModule mod_php3.c #AddModule mod_php4.c # and enable php3 only in the directories where you need it # php3_engine off # and enable php4 only in the directories where you need it # php_flag engine off DirectoryIndex index.php index.php4 index.php3 index.html index.wml index.htm # DirectoryIndex index.php index.html index.wml # http://www.php.net) will typically use: 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 -- Cristiano Siena - [EMAIL PROTECTED] Assinantes em 15/07/2002: 2233 Mensagens recebidas desde 07/01/1999: 175030 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
