导航里的"index.html"能不能去掉?
导航里的"index.html"能不能去掉???现在的连接地址是:xxxx/lanmu1/index.html 能不能改成:xxxx/lanmu1/
A:按照下面的形式修改模板即可,默认为/templets/demo/head.htm:
{dede:channel type='top'}
<li><a href='[field:typeurl/]'>[field:typename/]</a></li>
{/dede:channel}
把 [field:typeurl/] 改成 [field:typeurl function='str_replace("index.html","",@me)'/]
{/dede:channel}
把 [field:typeurl/] 改成 [field:typeurl function='str_replace("index.html","",@me)'/]