Guys,

I have the following rule in place to move anyone on a mobile device for our 
URL to another URL

### Added 022909 By CEP for Mobile Phones/WAP redirect
#
RewriteCond %{HTTP_user_agent} 
^(DoCoMo|J-PHONE|KDDI|UP.Browser|DDIPOCKET|.*Alcatel.*|.*Amoi.*|.*AMOI.*|.*iPhone.*|.*ASUS.*|.*KDDI.*|.*CDM.*|.*AUDIOVOX.*|.*audio.*|.*BenQ.*|.*Bird.*|.*BIRD.*|.*BlackBerry.*|.*Bleu.*|.*CECT.*|.*Capitel.*|.*DBTEL.*|.*DoCoMo.*|.*Dopod.*|.*dopod.*|.*Eastcom.*|.*Ericsson.*|.*FLY.*|.*Fly.*|.*GPLUS.*|.*GIONEE.*|.*Gradiente.*|.*HPiPAQ.*|.*HTC.*|.*Haier.*|.*HAIER.*|.*HEDY.*|.*Holleycomm.*|.*HUAWEI.*|.*Huawei.*|.*HYUNDAI.*|.*IAC.*|.*INNO.*|.*kejian.*|.*KONKA.*|.*KWC.*|.*kyocera.*|.*LGE.*|.*LG.*|.*LENOVO.*|.*Lenovo.*|.*MOT.*|.*MOTO.*|.*MOTOROLA.*|.*NEC.*|.*NEWGEN.*|.*Nokia.*|.*NOKIA.*|.*PHILIPS.*|.*Philips.*|.*SAMSUNG.*|.*SCH.*|.*SEC.*|.*SGH.*|.*SPH.*|.*SEC.*|.*SGH.*|.*Palm.*|.*Treo.*|.*Panasonic.*|.*Pantech.*|.*PANTECH.*|.*Sanyo.*|.*SAGEM.*|.*SHARP.*|.*SIE.*|.*SoftBank.*|.*Sony.*|.*SonyEricsson.*|.*SKYWORTH.*|.*SPICE.*|.*Spice.*|.*TCL.*|.*Telit.*|.*TIANYU.*|.*utec.*|.*utstar.*|.*UTSTARCOM.*|.*UTStarcom.*|.*ZTE.*|.*ZMEM.*|.*ZMKN.*|.*ZONDA.*|.*i-mate.*|.*i-mobile.*)
 [NC]
RewriteRule (.*) http://m.mydomain.com [302]

#
### End Mobile Phone/WAP redirects

Our Dev guys are saying that because I am using a 302 that I am breaking IE, I 
have never heard of IE being broke by 302, should I use 301?


======================
Charles "Chuck" Payne
System Administrator
Travel Channel
3700 Mansell Rd, Suite 500
Alpharetta, GA 30022
www.travelchannel.com
-----------------------
Email:  chuck.pa...@travelchannel.com
Desk Phone:  404-269-5533 (x65533)
Fax Number: 404-269-5461
Blackberry Number:  770-940-7765
Personal Cell: 404-451-3579
aim: terrorp
gtalk: terror...@gmail.com
-----------------------


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to