サポート » 使い方全般 » ie7でページが「cannot display」になってしまう!

  • 解決済 arutoyuri

    (@arutoyuri)


    オリジナルで作ったテーマのサイトにアクセスすると、全く表示されません。
    「Internet Exploler cannot display the webpage」
    とでます。もちろんネットは繋がっており他のページは閲覧できます。
    リロードしても変化なし

    UTF-8、ie7のブラウザのエンコードもUTF-8になっています。
    ie7は「IE7 Standalone」というものです。
    ie8、ff3.6、GC、Operaで確認したところ問題ありません。
    検索してみてコメントを挟む、キャッシュしない等してみたのですが、変化ありません。
    何か根本的なミスがあるのでしょうか??
    よろしくご教授ください…

    `<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; lang=”ja” xml:lang=”ja” dir=”ltr”>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <!–京–>
    <title><?php bloginfo(‘name’); ?><?php wp_title (‘ : ‘); ?></title>

    <meta http-equiv=”content-style-type” content=”text/css” />
    <meta http-equiv=”content-script-type” content=”text/javascript” />
    <meta http-equiv=”Pragma” content=”no-cache” />
    <meta name=”keywords” content=”●●●●” />
    <meta name=”description” content=”” />
    <link rel=”shortcut icon” href=”favicon.ico” />
    <link rev=”made” href=”mailto:hoge@example.com” />
    <link rel=”index” href=”/” />
    <link rel=”alternate” href=”<?php bloginfo(‘atom_url’); ?>” type=”application/rss+xml” title=”Atom” />
    <link rel=”alternate” href=”<?php bloginfo(‘rss2_url’); ?>” type=”application/rss+xml” title=”RSS 2.0″ />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”all” />

  • トピック「ie7でページが「cannot display」になってしまう!」には新たに返信することはできません。