解决方法
打开根目录下面的tags.php文件
找到
$tag = trim($_SERVER[‘QUERY_STRING’]);
改成
$tag = strtolower(trim($_SERVER[‘QUERY_STRING’]));