Last active
August 29, 2015 13:56
-
-
Save anon5r/9063677 to your computer and use it in GitHub Desktop.
ガラケー対応はこのApacheの設定だけで充分!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BrowserMatch "^DoCoMo/[1-2]\.0" Browser_FP=1 | |
BrowserMatch "^UP\.Browser/[1-9]\.[0-9]" Browser_FP=1 | |
BrowserMatch "^KDDI-[A-Z0-9]+ UP\.Browser/[1-9]\.[0-9]" Browser_FP=1 | |
BrowserMatch "^J-PHONE/1\.0" Browser_FP=1 | |
BrowserMatch "^Vodafone/[1-2]\.0" Browser_FP=1 | |
BrowserMatch "^SoftBank/[1-9]\.0" Browser_FP=1 | |
<If Browser_FP> | |
RewriteEngine On | |
RewriteRule /* /unsupported.html [L] | |
</If> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
イマドキガラケーの対応なんかしたくない。
なお、上記はテストされていないため動作保証無し。
また、動いたとしても(<If>ディレクティブを利用している関係で)Apache/2.4以降じゃないと動きません。