diff --git a/trunk/module/common/header.html.php b/trunk/module/common/header.html.php
index 6e049df787..e287442411 100644
--- a/trunk/module/common/header.html.php
+++ b/trunk/module/common/header.html.php
@@ -37,6 +37,7 @@ $themeRoot = $webRoot . "theme/";
}
?>
zentaoSite;?>
+ sponser;?>
diff --git a/trunk/module/common/lang/zh-cn.php b/trunk/module/common/lang/zh-cn.php
index 3358294189..c23ff55d55 100644
--- a/trunk/module/common/lang/zh-cn.php
+++ b/trunk/module/common/lang/zh-cn.php
@@ -39,6 +39,7 @@ $lang->history = '历史记录';
$lang->welcome = "欢迎使用%s{$lang->colon}{$lang->zentaoMS}";
$lang->zentaoSite = "官方网站";
$lang->myControl = "我的地盘";
+$lang->sponser = "
普加赞助";
/* 菜单设置:顶级的tab。*/
$lang->menu->index = '首页|index|index';
diff --git a/trunk/www/.htaccess b/trunk/www/.htaccess
new file mode 100644
index 0000000000..f94868cc7d
--- /dev/null
+++ b/trunk/www/.htaccess
@@ -0,0 +1,7 @@
+
+ RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteCond $1 !(index\.php|image|js|css|jpg|favicon\.ico|robots\.txt)
+ RewriteRule (.*)$ index.php/$1 [L]
+