Snipet Posted April 26, 2007 Report Share Posted April 26, 2007 Hello, i have installed Apache on my windows platform and working OK, but when i stop apache and start Uniform server i have problem with croatian characters. How i can configure apache on Uniform server for that problem, or... THX. Quote Link to comment Share on other sites More sharing options...
Ric Posted April 26, 2007 Report Share Posted April 26, 2007 A character set mapping could cause the problem! I am not sure however because you have two working copies of Apache you could try the following: Open the configuration file for UniServer located in *\UniServer3_3_temp\Uniform Server\diskw\usr\local\apache2\conf\httpd.conf Open the corresponding httpd.conf file for your Windows default installation:C:\Program Files\Apache Group\ apache2\conf\httpd.conf Note: The locations (paths) may be different depending on your setup Now search for AddCharset in both files (there will be several entries) and look like this: AddCharset ISO-8859-1 .iso8859-1 .latin1AddCharset ISO-8859-2 .iso8859-2 .latin2 .cenAddCharset ISO-8859-3 .iso8859-3 .latin3AddCharset ISO-8859-4 .iso8859-4 .latin4AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru Any differences add them to the UniServer config file this may resolve your problem.Not a definitive answer but at least a place to start. If it works would be interesting to see what the lines are, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.