Re: Is it possible to redirect user to "market://..." URI?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>On Mon, Jan 9, 2012 at 9:31 PM, Jeroen Geilman <jeroen@xxxxxxxxx> wrote:
>
>> On 2012-01-09 14:08, linux.il wrote:
>>
>> On my website I should redirect Android users to my application on Android Market. What is the optimal way to do this? My first dea >>was
>>
>>       RewriteCond %{HTTP_USER_AGENT}  Android [NC]
>>       RewriteRule ^/$         market://details?id=......
>
> There is no market://details application/system/scheme on your apache server - this is a client-side phenomenon.
> Issue a 301 Redirect to the above URL - you can put anything in a redirect URL.
> Convert the above into an explicit redirect by appending [R=301] to the RewriteRule.

Thank you for suggestion. I replaced 302 to 301 return code, but it
didn't help - browser tries  to open some weird  URL like this:
http://mysite.com/market://details?.....

If I embed the same market URI into some html page and click on this
link - android starts market application as supposed.

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux