PHP+CMS+网站 · 2019年11月11号 0

xiuno4.0.4 apache 伪静态规则

.htaccess 内容:

[code]RewriteEngine on
RewriteBase /bbs
RewriteRule ^admin/([^/]+)\.htm$ admin/index.php?$1.htm [L]
RewriteRule ^([^/]+)\.htm$ index.php?$1.htm [L][/code]

然后:

编辑子目录中的文件 conf/conf.php

1: 将’url_rewrite_on’ => 0, 改成  ‘url_rewrite_on’ => 1,

2:清空 tmp 目录