S eda1a14b50ee24bcab19b62f40858e76 リダイレクト

HTTPヘッダを自分で吐く

httpヘッダで301

apacheに任せる

Redirect permanent /hogehoge http://example.com/hoge

RedirectMatch とかもある

PHPでリダイレクト

header("Location: $url");
これだと302(一時的な移動)になる

header("HTTP/1.1 301 Moved Permanently");
header("Location: $url");
これで301(恒久的な移動になる)

もしかして

    他の人の「リダイレクト」

    S eda1a14b50ee24bcab19b62f40858e76

    無所属ソフトウェアエンジニア

    (1722words)

    最新

      最新エントリ

        関連ツイート