Display .txt files in utf-8
To add Content-Type: text/plain; charset=utf-8 to .txt files add to httpd.conf:
types {
..
"text"/"plain; charset=utf-8" txt
..
}
» · 3.5 · 3.5img · lab8 · ok · qrstuv · sl · subversive
To add Content-Type: text/plain; charset=utf-8 to .txt files add to httpd.conf:
types {
..
"text"/"plain; charset=utf-8" txt
..
}