Difference between Apache AddType and AddHandler directives ?
- by nitins
My understanding is
AddHandler - for server
AddType - for client (browser)
AddType application/x-httpd-php4 .php4
AddHandler application/x-httpd-php4 .php4
But why do we need to add both ? Is both needed in case of PHP ? Is AddType needed for PHP ?