17 July 2006

mod_rewrite

又了達成上頭的要求

足足花了成數十少時去研究如何 invisibly redirect 由 aaa.xxx.com 去 aaa.xxx.com

最初數少時

完全得個試字

其後的第一個版本:
只能成功地做到個index page

之後開始有改善
全部內容都得

不過個網址 唔合格 (http://www.xxx.com/aaa/)

其後修正為 (http://aaa.xxx.com/aaa/)

但都是唔合格

最後
花了無數時間
加上看了唔少說明書

終於成功能 它的redirect 完全沒有 反映在網址上

那個有心人可以說明下


RewriteCond %{REQUEST_URI} !^/(asian-clothing|asian-dress|cheongsam|chinese-apparel|chinese-clothes|chinese-clothing|chinese-dress|chinese-gifts|mandarin-clothing|oriental-clothing)
RewriteCond %{HTTP_HOST} ^(asian-clothing|asian-dress|cheongsam|chinese-apparel|chinese-clothes|chinese-clothing|chinese-dress|chinese-gifts|mandarin-clothing|oriental-clothing)\.xxx\.com$
RewriteRule ^(.*) /%1/$1 [NS]

No comments: