请输入图片描述> Apache 环境

<IfModule mod\_rewrite.c>

RewriteEngine On

# 下面是在根目录,文件夹要修改路径,如 /oldtang/

RewriteBase /

RewriteCond %{REQUEST\_FILENAME} !-f

RewriteCond %{REQUEST\_FILENAME} !-d

RewriteRule ^(.\*)\$ /index.php/\$1 [L]

上面面代码保存为 .htaccess 放在typecho跟目录下


NGINX 环境
rewrite ^(.\*)\$ /index.php\$1 last;
}

上面面代码 NGINX.conf 放在typecho跟目录下

最后修改:2024 年 01 月 30 日
如果觉得我的文章对你有用,请随意赞赏