logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How to set UTF-8 as default Charset Apache 2.4
Author
vladqui



Joined: 02 Jul 2016
Posts: 1
Location: Barranquilla

PostPosted: Wed 06 Sep '17 21:00    Post subject: How to set UTF-8 as default Charset Apache 2.4 Reply with quote

Hello
I have just installed Apache 2.4 on a windows computer, but I cannot set UTF-8 as the Default Charset.

httpd.conf has no command to do it and the only reference to charset is:
#LoadModule charset_lite_module modules/mod_charset_lite.so

What can I do?

Thanks

Vladimir
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 07 Sep '17 0:12    Post subject: Reply with quote

What about AddCharset like
AddCharset utf-8 .html .css .php .txt .js
Back to top


Reply to topic   Topic: How to set UTF-8 as default Charset Apache 2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache