在.htaccess重定向中的网址链接上打开google play store / appel app store

时间:2016-03-23 10:13:40

标签: .htaccess google-play app-store url-redirection

我想将用户从Android和iOS重定向到相应的市场以安装应用。如果我的URL中存在字符串“mobile”,我想直接打开市场。但我没想出必须如何给出URL。直到现在我只重定向到市场的网络版本。我认为应该像market://?

这是我到目前为止所得到的:

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} "iphone|ipod|ipad" [NC]
RewriteRule ^(.*)mobile(.*)$ http://www.apple.com [R=301,L]

#redirect to android market
RewriteCond %{HTTP_USER_AGENT} "android" [NC]
RewriteRule ^(.*)mobile(.*)$ https://play.google.com/[R=301,L]

1 个答案:

答案 0 :(得分:1)

您是否尝试在App Store / Google Play上链接到该应用?在你的例子中," apple.com"和" play.google.com"将带你到Apple和Play商店的主页。您应该为商店中当前的应用提供有效的URL。如果应用尚未在商店中使用,您可以尝试使用当前在线的应用。看看: