| Posted: 17 June 2008 at 10:29am | IP Logged
|
|
|
Hello, I have been trying to have a mobile redirect launched on our website, I have the following questions
1)I have this rule which is not working ( from you forum)
RewriteCond Host: ((?:www\.)?oursite\.com) RewriteCond User-Agent: (?:AU-MIC|AUDIOVOX|Alcatel|BlackBerry|Blazer|Danger hiptop|DoCoMo/|Ericsson|Googlebot-Mobile|MSN\sMobile\sProxy|Handheld|iPhone|iPod|Klondike|LG-|LGE-|\sLGE\s|MOT-|NetFront|Nokia|Opera\sMini|PalmOS|PalmSource|Panasonic-|SAGEM-|SAMSUNG|SGH-|SHARP-|SIE-|Samsung-|Smartphone|Sony|Symbian\sOS|Windows\sCE|nokia|portalmmm|Profile/MIDP-|UP\.Link|UP\.Browser) RewriteRule (.*) http\://mobile.oursite.com/ [I,R]
I tried this but it didnt work , actually I am using firefox user agent switcher but it is redirecting even though its not a mobile browser like for IE, Firefox etc
2) What would be the executing time for the above ISAPI rule ? , the reason I am asking this is that Our site has high traffic and having a rule on ISAPI will have an Impact on the processing time and I have my ini file in the root , it looks like the every request will go through the ISAPI filter right? , is there a way to apply this rule only to the home page
Please help..., I really appreaciate you help
Thanks,
|