安装discuz的时候在输入数据库等信息后,总是一个大白页面上提示access denied,郁闷n久,数据库查n遍,就是没有问题,突然间记起来:上次安装后,做静态化时,将rewrite规则放在apache的配置里了,会不会是它呢?吼吼,果然!!!!!众里寻他千百度,那人却在灯火阑珊处!
另外的一些东西:
重新安装discuz的时候要删除forumdata/install.lock文件
discuz静态化规则:
RewriteEngine On
RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)$ $1/archiver/index.php?$2
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay.php?fid=$2&page=$3
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/space.php?$2=$3
RewriteRule ^(.*)/tag-(.+)\.html$ $1/tag.php?name=$2
阅读(933) | 评论(0) | 转发(0) |