==[[Linux Webサーバーの引っ越し]]==
[[Linux]] | [[CentOS]] |
===引っ越すWebサーバーの httpd.conf に以下を記述===
*引っ越したあと、元のURLへのリクエストを新サーバーへリダイレクトする設定引っ越したあと、元のU[[R]]Lへのリクエストを新サーバーへリダイレクトする設定
====記法====
Redirect [[R]]edirect permanent {引っ越すパス} {引っ越し先のパス}
=====例=====
#
# Redirect [[R]]edirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Example:
# Redirect [[R]]edirect permanent /foo http://www.example.com/bar
Redirect [[R]]edirect permanent / http://typea.info/