我的 .htaccess 文件中有以下内容:
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT]
服务器管理员已经安装了 Google mod_pagespeed,当然,因为该文件夹不存在,它每次尝试访问时都会记录一个错误/mod_pagespeed_beacon
(并且没有记录任何统计信息)。
RewriteCond
我需要添加什么(以及在哪里)/mod_pagespeed_beacon
才能起作用?