Pound

HTTPSへのリダイレクト

 Service
    HeadRequire "Host: .*test.inamuu.com.*"
    Redirect    "https://test.inamuu.com"
 End

URL指定したリダイレクト

Service
    HeadRequire "Host: .*test.inamuu.com.*
    Url          "/test/dir"
    Redirect    "https://test.inamuu.com/test/dir"
End

URL指定したリダイレクト(トップ)

Service
    HeadRequire "Host: .*test.inamuu.com.*
    Url          "^/$"
    Redirect    "https://test.inamuu.com/"
End

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11