At 11:43 PM 08/05/2006, you wrote:
>Tony Loosle:
>>I have migrated a bunch of sites from one server to a new server
>>using Brian's newest iso.
>>I have one site with the character set problem and I can't find the
>>old email Brian sent me on how to fix it.
>>Does anyone have a link or know the edit in httpd.conf that I need
>>to do to fix this?
>>I tried the script from Brians site, but it failed.
>
>
>According to: William J.A. Brillinger
>Change default character set for apache - FIXES SPECIAL CHARACTER PROBLEM
> pico /etc/httpd/conf/httpd.conf
>
> FIND: AddDefaultCharset UTF-8
> CHANGE TO: AddDefaultCharset iso-8859-1
>
>
>And from Chris Adams:
>http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset
Actually, I removed the Charset altogether as this modification
caused russion text to be completly obliterated.
Doing this worked for all pages and allowed the developer to set his
own settings in the web page if desired:
Change default character set for apache - FIXES SPECIAL CHARACTER PROBLEM
pico /etc/httpd/conf/httpd.conf
FIND: AddDefaultCharset UTF-8
CHANGE TO: #AddDefaultCharset UTF-8
/etc/init.d/httpd restart
---------------------------------
William J.A. Brillinger
Precision Design Co.
E-Mail: mailto:billy (at mark) pdcweb.net
Web site: http://www.pdcweb.net
Phone: (204) 324-1889
5107_2.html (attatchment)