Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑问] Rewrite 改问题!求解!

[复制链接]
blank99 发表于 2009-7-29 10:29:48 | 显示全部楼层 |阅读模式
我用的是官方给的
  1. ###  Rewrite 系统规则请勿修改
  2. RewriteRule ^([0-9]+)/(.+)$ index.php?uid/$1/action/spacelist/type$2 [L]
  3. RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L]
  4. RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L]
  5. RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L]
  6. RewriteRule ^([0-9]+)$ index.php?uid/$1 [L]
  7. RewriteRule ^action(.+)$ index.php?action$1 [L]
  8. RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L]
  9. RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L]
  10. RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L]
  11. RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]
复制代码
现在的问题是,文章资讯的地址是http://www.abc.com/viewnews-XXXX

我想把"viewnews"改成其它的,需要怎么做!

麻烦了,谢谢!
回复

使用道具 举报

lidq.jingwu 发表于 2009-7-29 10:40:53 | 显示全部楼层
以前没有改过,可以试一试,我将viewnews改成了article
###  Rewrite 系统规则请勿修改
RewriteRule ^([0-9]+)/(.+)$ 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 ^article(.+)$ 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]
回复

使用道具 举报

 楼主| blank99 发表于 2009-7-29 11:29:30 | 显示全部楼层
不行,地址没变,而且原来viewnews-XX的链接,直接跳到首页去了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-12 06:02 , Processed in 0.102785 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表