过滤无效访问的记录

ct-mobile-first
ycc 5 years ago
parent c5d62d6527
commit 18409a917f

@ -45,6 +45,12 @@ class Index extends CI_Controller
request_uri NOT like '%.jpg'
and request_uri NOT like '%.png'
and request_uri NOT like '%.gif'
and request_uri NOT like '%.css'
and request_uri NOT like '%.js'
and request_uri NOT like '%.woff'
and request_uri NOT like '%.ttf'
and request_uri NOT like '%.eot'
and request_uri NOT like '%.ico'
and request_uri NOT like '/guide-use.php%'
and request_uri NOT like '/index.php%'
and request_uri NOT like '/secureforms/form_token'

Loading…
Cancel
Save