Pound

HTTPSへのリダイレクト [#q827f041]

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

URL指定したリダイレクト [#uaa469fe]

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

URL指定したリダイレクト(トップ) [#ye821e0b]

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