Rewrite %{HTTP_USER_AGENT}用法
伺服器變數%{HTTP_USER_AGENT}可以獲取訪客的型別,不僅僅限於瀏覽器。
程式碼例項如下:
[Shell] 純文字檢視 複製程式碼RewriteEngine on RewriteCond %{HTTP_USER_AGENT} 2.0.50727 [NC] RewriteRule . antzone.txt [L]
程式碼解析如下:
(1).RewriteEngine on開始重寫功能。
(2).RewriteCond用來規定重寫條件。
(3).%{HTTP_USER_AGENT}獲取訪客的型別。
(4).2.0.50727迴圈的標識碼,判斷當前訪客是不是迅雷;不知道標識碼是否準確,請自行查詢。
(5).如果是迅雷,則跳轉到antzone.txt文字;RewriteRule後的點表示訪問任何URL。
[Shell] 純文字檢視 複製程式碼RewriteCond %{HTTP_USER_AGENT} ^.*MSIE.*
判斷是否是IE瀏覽器。
相關文章
- Rewrite %{HTTP_HOST}用法HTTP
- Rewrite %{REQUEST_FILENAME}用法
- Rewrite %{QUERY_STRING}用法
- nginx rewriteNginx
- Nginx RewriteNginx
- Apache Rewrite詳解Apache
- Clang -rewrite-objcOBJ
- Nginx rewrite 詳解Nginx
- mod_rewrite模組
- nginx thinkphp rewrite配置項NginxPHP
- nginx rewrite語法格式Nginx
- nginx高階篇rewriteNginx
- MySQL Rewriter Query Rewrite PluginMySqlPlugin
- Nginx 實現 Rewrite 跳轉Nginx
- nginx location匹配及rewrite規則Nginx
- Nginx location匹配及Rewrite重寫Nginx
- Nginx Rewrite實際應用配置解析Nginx
- 為 Charles 新增代理頁面按鈕(Rewrite)
- Nginx 學習總結(4)—— Rewrite 模組Nginx
- NGINX使用rewrite實現http 跳轉 httpsNginxHTTP
- nginx學習-ngx_http_rewrite_module模組NginxHTTP
- rewrite實現目錄之間的跳轉
- nginx配置location總結及rewrite規則寫法Nginx
- apisix~14在自定義外掛中呼叫proxy_rewriteAPI
- 一篇文章說透Nginx的rewrite模組Nginx
- mitmproxy 代理工具介紹:rewrite和map local實現MIT
- ubuntu15 安裝nginx 報錯:the HTTP rewrite module requires the PCRE library.UbuntuNginxHTTPUI
- Qdrant用法;Qdrant在langchain裡的用法LangChain
- Yii2-application用法 (Yii::$app用法)APP
- __kindof用法
- requestAnimationFrame用法requestAnimationFrame
- JavaScript this用法JavaScript
- SVN用法
- static用法
- getComputedStyle() 用法
- JSONP 用法JSON
- phpstrtr()用法PHP
- crm用法