How to turn off the sending of the server's default language, so that the language of the web page is determined only by the language set in the html file header.
秋香姐家的小书童2018-09-04 09:58:12
You can just modify the APACHE configuration file directly. It has nothing to do with the toolbox.
Correct answer to the first floor
藏色散人2018-09-04 09:14:38
Modify httpd.conf
Find: AddDefaultCharset ISO-8859-1
Change to:
#AddDefaultCharset ISO-8859-1
AddDefaultCharset off
Then restart Apache