摘要: 因为网站要加个论坛,所以就用到了Discuz!NT3.6。下面是我的一个解决办法。1.将论坛放在网站的forum文件夹下2.把Dnt.config移动到根目录下,其中的<Forumpath>/</Forumpath>改为<Forumpath>~/forum/</Forumpath>3.将下面添加进根目录的web.config<httpModules> <add type="Discuz.Forum.HttpModule, Discuz.Forum" name="HttpModule" /& 阅读全文
posted @ 2011-12-26 13:43 一文钱 阅读(1217) 评论(7) 推荐(0) 编辑