"A WebVTT file must consist of a WebVTT file body encoded as UTF-8 and labeled with the MIME type text/vtt." whatwg source: http://www.whatwg.org/specs/web-apps/current-work/webvtt.html
i figure i need to set .htaccess? i'm on apache/php/mysql.
"A WebVTT file must consist of a WebVTT file body encoded as UTF-8 and labeled with the MIME type text/vtt." whatwg source: http://www.whatwg.org/specs/web-apps/current-work/webvtt.html
i figure i need to set .htaccess? i'm on apache/php/mysql.
Copyright © 2021 Jogjafile Inc.
Replace
AddDefaultCharset ISO-8859-1
withAddDefaultCharset UTF-8
in the Apache.conf file.If using .htaccess for configuration use something similar to: