Hi helpers,
i want to rewrite my url when a mobile user reaches my homepage.
I found this condition on the web after several searchings.
But it will not work.
All other condition also not working, i have tested many conditions.
How can i rewrite a url when a mobile client is getting my homepage ?
Thanks for help.
RewriteCond %{HTTP_USER_AGENT}
("android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|mobile|palmos|webos")
[NC]
RewriteRule ^(.+)$ http://www.dashandwerk.net/mobile/ [L]
My environment.
Tomcat 8
Windows 2012 R2
Homepage under folder webapps/root
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org