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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

supesite的rewrite规则引起的php出错问题

[复制链接]
sany 发表于 2007-5-10 16:58:53 | 显示全部楼层 |阅读模式
supesite5.5版的rewrite规则为

RewriteEngine On

###        Rewrite 系统规则请勿修改
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]

这样的话导致我原来站点目录下以数字开头命名的php直接跳到了该数字指向的用户空间,而不是我的php程序。

例如我有/16you.php这个程式,在运用了supesite的rewrite规则的情况下访问http://www.xxx.com/16you.php时将转向16这个用户ID的空间,没有的话将提示无法找到该页。

这算不算bug,但我觉得至少应该兼容我说的这种情况,要不系统兼容性就不太好了,毕竟supesite现在还不能代替所有的程式功能,也就可能有大量的站长使用自己定义的程式。
 楼主| sany 发表于 2007-5-17 09:17:04 | 显示全部楼层
:) :) 没人看啊
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 22:24 , Processed in 0.022241 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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