文章列表
以下是关于
PHP CMS 的文章列表。
2010年03月26日
JComments——一款好用的Joomla的评论组件
2010年03月08日
JomSocial 1.6 中文语言包下载(包括简体中文和繁体中文)
2010年03月08日
用JS G-Kunena整合JomSocial的Group和社区组件Kunena
2010年02月24日
用MetaTemplate让Joomla同时使用多套模板
2010年02月07日
Joomla1.5安装、设置和使用点滴记录
2009年12月06日
Joomla1.5.15简体中文语言包下载及安装方法
2009年12月06日
SupeSite网址伪静态的.htaccess
2009年11月30日
将下面的规则存在.htaccess文件中,放在网站的根目录下。
<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-d#重写规则:RewriteRule ^([0-9]+)/spacelist(.+)$ index.php?uid/$1/action/spacelist/type$2 [L]RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L]RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L]RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L]RewriteRule ^([0-9]+)$ index.php?uid/$1 [L]RewriteRule ^action(.+)$ index.php?action$1 [L]RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L]RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L]RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L]RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]</IfModule>

