百度站長工具最佳化提示:
cookie越小越好,而且对于静态文件需要避免设置cookie
#
Win64 Apache2.4.x PHP5.5.x
已經在htaccess中開啟了 max-age
<IfModule mod_headers.c>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
<FilesMatch "\.(xml|txt)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
<FilesMatch "\.(html|htm|php|shtml)$">
Header set Cache-Control "max-age=86400"
</FilesMatch>
</IfModule>
如何才可以實現百度站長工具提示的這一句最佳化?
將靜態檔案放在不同域下 即可避免~
/q/1010000000252213/a-1020000000420919
靜態檔案要分到子網域上存放。如果不加www導致污染了主域名,那就要分成獨立域名存放。