typecho如何开启伪静态

  • 宝塔nginx伪静态
location / {
    if (!-e $request_filename) {
      rewrite ^(.*)$ /index.php$1 last;
    }   
  }  
  • 开启伪静态: 在后台配置——设置——永久链接——启用地址重写功能