我想谷歌上搜索了一陣發現a tutorial從的.htaccess ..做到這一點後,注入的跟蹤代碼所有的網站文件..這是它如何工作的htaccess AddHandler ALL?
Options +Includes
AddHandler server-parsed .html
AddHandler application/x-httpd-php .html
php_value auto_prepend_file /var/www/to_include.php
php_value auto_append_file /var/www/to_include2.php
to_include.php
有一個PHP ob_start()
緩衝頁面內容和我的代碼添加到它,並to_include2.php
有轉到頁的結尾ob_end_flush()
...
那就好到現在,但它並沒有將其應用到每一個文件..
我不是一個htaccess專家,但你看到的二,三線的地方說
AddHandler server-parsed .html
AddHandler application/x-httpd-php .html
它說,只有將它應用於.PHP和.html文件,我如何使用AddHandler
來處理所有種類的文件,包括apache目錄..它沒有擴展名,但我也想要一些行,這樣做到網站上的每一個訪問過的頁面,
我的目標是跟蹤網站上的所有動作,並注入谷歌分析到每個文件