Regarding the Toolbox Apache character set issue!!
PF
PF 2018-09-03 20:29:18
0
4
1401

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.

PF
PF

reply all(4)
小草

Correct answer on the first floor

秋香姐家的小书童

You can just modify the APACHE configuration file directly. It has nothing to do with the toolbox.


Correct answer to the first floor

MO_ON

Modify httpd.conf
Find: AddDefaultCharset ISO-8859-1
Change to:

#AddDefaultCharset ISO-8859-1
AddDefaultCharset off

Then restart Apache

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template