Forum Moderators: phranque
AddType 'text/html; charset=ISO-8859-1' html
Looks like it would be:
AddType 'text/html; charset=ISO-8859-1' html php
AddDefaultCharset ISO-8859-1
- OR -
According to this [httpd.apache.org]
AddDefaultCharset On
uses the default setting of Apache, which indeed is ISO-8859-1 (even shorter.)