mod_rewrite 標籤的全部彙整

最近用到的 .htaccess 筆記

Redirect
ex: http://domain/yahoo redirect to tw.yahoo.com

Redirect /yahoo http://tw.yahoo.com

RedirectMatch
ex: http://domain/i/ file to http://other_domain/ file

RedirectMatch /i/(.*) http://other_domain/$1