Installs the corresponding environment app for different mobile terminal scan code

Source: Internet
Author: User
Now basically the mobile internet has Android and Apple-side apps, most of which are also downloaded through the App Store, but there are scanning QR code download. If you use a QR code, you can download Android for Android and Apple.

Use Nginx to determine if User-agent contains iphone, if included automatically jump to App store to download installation

if ($http_user_agent ~* ‘(iPhone|iPod|iPad)‘) {                        set $ios_request ‘1‘;                }                if ($ios_request = ‘1‘) {                        rewrite "^/download/weixin.html" https://itunes.apple.com/cn/app/wei/id414478124 permanent;                        rewrite "^/download/qq.html" https://itunes.apple.com/cn/app/qq-2011/id444934666 permanent;                }

As a rule, if you visit/download/weixin.html to jump to the App Store, if it is/download/qq.hml jump to the QQ App Store

Installs the corresponding environment app for different mobile terminal scan code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.