Posts Tagged ‘重写



RewriteEngine On RewriteBase /home RewriteRule ^(space|network)\-(.+)\.html$ $1.php?rewrite=$2 [L] RewriteRule ^(space|network)\.html$ $1.php [L] RewriteRule ^([0-9]+)$ space.php?uid=$1 [L] 上面为ucenter home 1.5 的.htaccess规则 然后选择站点设置=》url rewrite里面设置下

在 系统设置-》 搜索引擎优化 然后上传 .htaccess文件,内容如下 RewriteEngine On 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] RewriteRule ^index\.html$ index.php [L]


About this blog

QK31欢迎你的到来.

Photostream