JDP 發表於 2008-11-27 18:01:39

Apache URL轉向

網站需要維修停機時, 可以這麼做....

Apache server 要把全站的 URL 轉向到特定網頁(維護時這麼做)

<VirtualHost *:80>
....
....
ServerName www.xxxxx.com.tw
Redirect permanent / http://www.yyyy.com.tw/zzzz.html

Reference: http://www.ithome.com.tw/plog/in ... cleId=7716&blogId=8
頁: [1]
查看完整版本: Apache URL轉向