Apache server 要把全站的 URL 轉向到特定網頁(維護時這麼做)
<VirtualHost *:80>
….
….
ServerName www.xxxxx.com.tw
# RIMMON 2006.1212 FOR MAINTAIN purpose
Redirect permanent / http://www.yyyy.com.tw/zzzz.html
# RIMMON 2006.1213 FOR DB MAINTAIN purpose
# Redirect permanent /index.html http://www.xxx.com.tw/system/notice_view.htm?100
….
….
</VirtualHost>