Hello Marcos,

In your httpd.conf file there's a line that looks similar to:

AddType application/x-httpd-php4 .php4 .phtml

Just add the php3 extension. It should be something like this:

AddType application/x-httpd-php4 .php4 .phtml .php3


HTH

Regards


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to