刚开始玩typecho,发现二级目录却是index.php所以我们需要设置伪静态来改变它,而且还能对搜索引擎友好
index.php
if (!-e $request_filename) { rewrite ^(.*)$ /index.php$1 last; }