
1 typcn 2014 年 12 月 5 日 Disable Lastpass |
2 xjoker OP @a href="/member/typcn">typcn 没有用它..... |
3 jwangkun 2014 年 12 月 5 日 不会啊,是你还没学会怎么用罢了 |
4 jwangkun 2014 年 12 月 5 日 要不就是模板的问题 |
5 Twinkle 2014 年 12 月 5 日 进去是WP 这么快就叛变了么... |
6 joyqi 2014 年 12 月 5 日 用开发版测试下,部分用户报过这个bug,我已经修复了 |
7 jy02201949 2014 年 12 月 5 日 @Twinkle 果然,23333,而且还是初始化的阶段,楼主我以为只有我这样的才会叛变,想不到你个浓眉大眼的也叛变革命了 |
10 xjoker OP QAQ换博客系统果然好麻烦啊 |
11 panxianhai 2014 年 12 月 5 日 welcome to wordpress. https://github.com/panxianhai/TypExport |
12 xjoker OP server { listen 80; #listen [::]:80; server_name xjoker.us www.xjoker.us; index index.html index.htm index.php default.html default.htm default.php; root /home/wwwroot/xjoker.us; if (!-e $request_filename) { rewrite ^(.*)$ /index.php$1 last; } #include typecho.conf; #error_page 404 /404.html; location ~ .*\.php(\/.*)*$ { set $path_info ""; set $real_script_name $fastcgi_script_name; if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$") { set $real_script_name $1; set $path_info $2; } fastcgi_param SCRIPT_FILENAME $document_root$real_script_name; fastcgi_param SCRIPT_NAME $real_script_name; fastcgi_param PATH_INFO $path_info; #comment try_files $uri =404; to enable pathinfo #try_files $uri =404; fastcgi_pass unix:/tmp/php-cgi.sock; fastcgi_index index.php; include fastcgi.conf; include pathinfo.conf; } location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; } location ~ .*\.(js|css)?$ { expires 12h; } access_log /home/wwwlogs/xjoker.us.log access; } |
13 xjoker OP QAQ 试了还是不行 PHP.ini里的pathinfo也改1了 贴上配置文件 求助~ |