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.
Correct answer on the first floor
Thanks
You can just modify the APACHE configuration file directly. It has nothing to do with the toolbox.
Correct answer to the first floor
Modify httpd.conf Find: AddDefaultCharset ISO-8859-1Change to:
#AddDefaultCharset ISO-8859-1AddDefaultCharset off
Then restart Apache
Correct answer on the first floor
Thanks
You can just modify the APACHE configuration file directly. It has nothing to do with the toolbox.
Correct answer to the first floor
Modify httpd.conf
Find: AddDefaultCharset ISO-8859-1
Change to:
#AddDefaultCharset ISO-8859-1
AddDefaultCharset off
Then restart Apache