Web ページを読み込むと、Google マップが読み込まれ始めますが、完全には読み込まれません。これはコンソールが出力するものです:
Resource interpreted as Image but transferred with MIME type text/html: "http://maps.googleapis.com/maps/gen_204?ev=api_viewport&cad=src:apiv3".
Resource interpreted as Image but transferred with MIME type text/html: "http://maps.googleapis.com/maps/gen_204?ev=api_ads&cad=src:apiv3,ads:0".
Resource interpreted as Image but transferred with MIME type text/html: "http://maps.googleapis.com/maps/gen_204?ev=api_marker&cad=src:apiv3,m:2,d:0,s:0".
コンテンツタイプに関係していることは知っていますが、設定方法がわかりません。これら 2 つのメタ タグをヘッダーに配置していますが、うまくいきません。
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html"; charset=utf-8">
これをファイルの先頭に置くことで、別の方法も試しています。
<?php
// header('Content-Type: application/x-javascript; charset=UTF-8');
?>
しかし、それも役に立ちません。
PHP と MYSQL を使用しています。誰かが私を正しい方向に導くことができますか?ありがとう。