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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

apache环境下,xs伪静态下TAG总有问题??

[复制链接]
saleroad 发表于 2009-3-26 06:40:30 | 显示全部楼层 |阅读模式
www.lubesale.com这是我的站点,在首页的TAG点击没有问题,其地址是http://www.lubesale.com/action-tag-tagid-69.html
可资讯、日志、下载等信息下面的TAG,点击后其TAG的地址是http://www.lubesale.com/action-tag-tagname-%BC%DB%B8%F1.html,则提示403错误,例如http://www.lubesale.com/942/viewspace-13994.html这篇日志下的TAG。
我的apache环境下xs是这样配置的:
<VirtualHost *:80>
ServerName www.lubesale.com
ServerAlias lubesale.com lubesale.net www.lubesale.net
DocumentRoot "E:/lubesalecom"
ErrorDocument 404 /index.php
</VirtualHost>
<Directory "E:/lubesalecom">
DirectoryIndex index.php index.htm index.html
AllowOverride All
Order Deny,Allow
Allow from all
php_admin_value open_basedir "E:/lubesalecom;D:/essamp/PHP5/uploadtemp;D:/essamp/PHP5/sessiondata"
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
php_admin_value safe_mode On
</Directory>
静态规则是官方的,.htaccess内容如下:
ErrorDocument 404 /404.htm

###        将 RewriteEngine 模式打开
RewriteEngine On

###        修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /
RewriteBase /

###        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]
现在搞不明白为什么TAG总有问题。
可我的论坛伪静态,尤其是TAG则没有这样的问题。
请高人指点,是我的环境配置有问题,还是静态规则有问题。
 楼主| saleroad 发表于 2009-3-28 04:52:31 | 显示全部楼层
再次顶一下,看看有谁指点指点。
回复

使用道具 举报

 楼主| saleroad 发表于 2009-3-29 15:23:11 | 显示全部楼层
我设置为动态就没有问题,纯静态也可以,就伪静态不行。
难道是伪静态的规则有问题?
回复

使用道具 举报

集思网络 发表于 2009-3-31 14:53:10 | 显示全部楼层
((mk13)) 好东西啊。
回复

使用道具 举报

wxdcz 发表于 2009-7-5 12:42:11 | 显示全部楼层
我也有这个问题没法解决
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 16:29 , Processed in 0.032166 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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