Hi,
We have been trying to redirect visitors to our mobile website and so far we have doing this through Javascript.
The problem we have with Javascript redirect is, it is slightly slower redirecting therefore it is starting to affect bounce rate of the main website.
Also the mobile website analytic reports 90% of visitors coming to the mobile through referred method.
So my questions is how do you redirect visitors accessing the site from mobile device? And is there Matrix keyword solution to this problem?
Thanks.
use .htaccess
Thanks for the feedback aleks, didn't think about configuring it through Apache.
Have you got working exmaple?
Thanks.
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} .*Mobile.*Safari
RewriteRule ^\./$ http://www.site.com/iphone [L]