Created
September 29, 2011 12:40
-
-
Save aarongustafson/1250652 to your computer and use it in GitHub Desktop.
Revisions
-
aarongustafson created this gist
Sep 29, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # setup RewriteEngine on RewriteBase / # product redirection based on iPhone and product request # note: the user agent check is contrived, you should have # a much more robust checker RewriteCond %{HTTP_USER_AGENT} iPhone RewriteCond %{QUERY_STRING} Prodid=(\d+) RewriteRule ^Browse\/Product\.aspx http://m.costco.com/costco/product/productDirectDetail.do?itemId=%1 [R=301,L]