Apache2 + Php Problems

Hello

If you have tried RedHat 8.0 then you know that Apache 2 is default. I have some problems with the combination and I want to see if anyone has solved them.

Pages designed with other charsets are ok with Apache 1.3 and IIS but when I try them on Apache 2.0 (viewed with IE 6.0) they do not come up with correct charset and I need to determine encoding for each new page while it is determined on meta tags. (Right click on page -> Encoding -> Select Encoding)

As I told I am sure it is fromApache as same pages come up correctly on IIS and Apache 1.3.

Have anyone seen this problems? How can I fix these Apache2 + Php Problems ?

I have tried changing below option:

#
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
AddDefaultCharset ISO-8859-1

I disabled this option but it did not work.


Thank you,
Mac

 

 

 

 

Top