尊敬的wecenter官方工作人员:
我们有一垂直门户,现在有wecenter使用问题期待协助解决,谢谢。
http://www.hdtimes.cn 主站采用的phpcms v9 是纯静态的,不要写伪静态规则。
http://www.hdtimes.cn/ask/ 这个二级目录是使用wecenter的问答程序,要使用写伪静态。
现在在根目录下写了伪静态 .htaccess 内容如下
------------
<IfModule mod_rewrite.c>
RewriteBase /ask/
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ask/index.php
</IfModule>
<IfModule dir_module>
DirectoryIndex index.php index.html
--------------
-
现在 wecenter 404设置 有问题
如 http://www.hdtimes.cn/2838 这个地址不存在,会跳到404
但 http://www.hdtimes.cn/2838.html 或者 http://www.hdtimes.cn/2838.php 这个地址同样不存在,则会跳到我的二级/ask/目录
我们要求 ask/二级目录下的程序伪静态不变的前提下,解决全站统一404页(在根目录的全站唯一的404,而不是wecenter的404页面)。
现在跳转的404页面是wecenter设置的404页面,所以基本可以判断是wecneter的设置问题。
404直接跳到首页,会直接造成被K,我现在是跳到栏目首页,所以问答被K的风险也比较大!
期待官方给个解决办法,谢谢!
阅读全文
收起全文