> Both AddType and AddHandler are instructions for the Apache server, not for > the > user agent. Instruction for user agent is sent by the server in > Content-type: header. > AddType denotes MIME type of the php file, and php module knows > what it should take care of application/x-httpd-php files. After processing > php module returns result - plain html to the browser with correct text/html > MIME type, so it is correct to use AddType.
Yes, sorry. I was wrong. I read the docs and see that AddType is indeed the correct option. Cheers! -- Bruno Cunha Torres http://www.brunotorres.net/ http://www.dotplusweb.com/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
