|
|
|
@ -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'
|
|
|
|
|