重装了好多遍都是404 Not Found
所有PHP页面都是404 Not Found,不知道是不是伪静态的问题,伪静态之前都可以用的,麻烦军哥帮忙看看DEDE的程序:
location / {
rewrite "^/sitemap.html$" /sitemap.html last;
rewrite "^/(.*)/list_(+).html$" /wap.php?action=list&id=$1&pageno=$2 last;
rewrite "^/(.*)/(+).html$" /plus/view.php?aid=$2&tdir=$1 last;
rewrite "^/(.*)/$" /plus/list.php?tid=$1 last;
rewrite "^/download/(.*).html$" /plus/list.php?tid=$1&actype=download last;
rewrite "^/(.*).html$" /plus/list.php?tid=$1 last;
rewrite "^/templets/(.*)$" /404.html last;
rewrite "^/data/(.*)$" /404.html last;
break;
}
这个伪静态不是我们提供的那个,换成我们提供的伪静态
目前你提供的信息有限,也就只能说这些
页:
[1]