apache
正規表現を使ってURLリダイレクトを行うにはRedirectMatchを使う。 RedirectMatch permanent /(archive/.+) http://archive.aerial.st/$1 ちなみにRedirectMatchはVirtualHostディレクティブにも書ける。 参考 mod_alias
正規表現を使ってURLリダイレクトを行うにはRedirectMatchを使う。 RedirectMatch permanent /(archive/.+) http://archive.aerial.st/$1 ちなみにRedirectMatchはVirtualHostディレクティブにも書ける。 参考 mod_alias