I have this line in my .htaccess files (identical .htaccess file on 2 distinct Domains):
# Process .php, .htm, and .html files as PHP
AddType application/x-httpd-php .php .htm .html
It works on a .COM Domain, however not on a .CO Domain.
What could be missing ?