wecenter是装在网站根目录的
htaccess
//我用的虚拟主机,这是阿里的测试代码(上传时没有这行注释)RewriteEngine On
RewriteRule ^test\.html$ test.php
//这是官方复制来的((上传时没有这行注释))
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
这是我后台的规则
/question/(:any)===/q_(:any)
/topic/(:any)===/t_(:any).html
/people/(:any)===/p_(:any).html
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
结果就是问题详情页打不开。
首页和话题也都可以,详情页打开后会显示"你访问的页面不存在,请返回或搜索相关内容",请朋友们帮忙看一下。
阅读全文
收起全文