竟然不能发表链接,好吧,把@改成“点”
版本: 2.5 Beta 4
服务器:linux
后台面板:wcdp
自定义url是可以正常访问的,但是前台始终显示官方默认的url链接。
比如下面这2个地址:
www@wenyis@com/home/explore/category-neike(前台始终显示这个链接)
www@wenyis@com/ask/category-neike(但是下面这个链接一样可以正常访问,这个是我后台自定义的)
主要就是想把/home/去掉。~~~~(>_<)~~~~
下面贴上后台自定义规则:
/home/explore/===/ask/
/home/explore/category-(:num)===/list/(:num)
/people/list/===/users/
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
/article/square/===/article/
/topic/square/hot===/topic/hot
/notifications/===/message/
/publish/===/post/
/publish/article/===/post/article/
再贴上.htaccess规则:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
哎,不知道啥情况,其实这样也可以勉强通过直接把分类手写进模板解决,但是为什么你们的就可以啊。但是我bug了吗?不科学啊!!
阅读全文
收起全文