1.给子域名加www标记 RewriteCond %{HTTP_HOST} ^([a-z.]+)?example\.com$ [NC] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? http://www.xample.com%{REQUEST_URI} [R=301,L] 这个规则抓取二级域名的%1变量,如果不是以www开始,那么就加www,以前的域名以及{REQUEST_URI}会跟在其后。
cd /var/lib/php5 find . -name "sess_*" -print | xargs rm -v
针对Ubuntu,在php.ini中设置session.gc_probability的值为1, 因为Ubuntu默认该值为0