最近用到的 .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

1個對 “最近用到的 .htaccess 筆記” 的回應


留下回覆