xjoker
V2EX  ›  问与答

Typecho 文章无法修改分类 一直会归类到默认分类

  •  
  •   xjoker · Dec 5, 2014 · 3325 views
    This topic created in 4207 days ago, the information mentioned may be changed or developed.
    博客地址 QAQ 刚搬过来快疯了
    http://xjoker.us
    16 replies    2014-12-06 12:58:03 +08:00
    typcn
        1
    typcn  
       Dec 5, 2014
    Disable Lastpass
    xjoker
        2
    xjoker  
    OP
       Dec 5, 2014
    @typcn 没有用它.....
    jwangkun
        3
    jwangkun  
       Dec 5, 2014
    不会啊,是你还没学会怎么用罢了
    jwangkun
        4
    jwangkun  
       Dec 5, 2014
    要不就是模板的问题
    Twinkle
        5
    Twinkle  
       Dec 5, 2014
    进去是WP 这么快就叛变了么...
    joyqi
        6
    joyqi  
       Dec 5, 2014
    用开发版测试下,部分用户报过这个bug,我已经修复了
    jy02201949
        7
    jy02201949  
       Dec 5, 2014
    @Twinkle 果然,23333,而且还是初始化的阶段,楼主我以为只有我这样的才会叛变,想不到你个浓眉大眼的也叛变革命了
    xjoker
        8
    xjoker  
    OP
       Dec 5, 2014
    @joyqi 开发版如果用WP倒过来的数据会出BUG么
    好像看开发版的页脚版本号没变化
    xjoker
        9
    xjoker  
    OP
       Dec 5, 2014
    @Twinkle
    @xjoker

    装回去倒出下数据.....
    xjoker
        10
    xjoker  
    OP
       Dec 5, 2014
    QAQ换博客系统果然好麻烦啊
    panxianhai
        11
    panxianhai  
       Dec 5, 2014
    xjoker
        12
    xjoker  
    OP
       Dec 6, 2014
    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;
    }
    xjoker
        13
    xjoker  
    OP
       Dec 6, 2014
    QAQ 试了还是不行 PHP.ini里的pathinfo也改1了
    贴上配置文件 求助~
    xjoker
        14
    xjoker  
    OP
       Dec 6, 2014
    @joyqi 求大神看看
    joyqi
        15
    joyqi  
       Dec 6, 2014
    @xjoker 是用的开发版么?
    xjoker
        16
    xjoker  
    OP
       Dec 6, 2014
    @joyqi 是的
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1292 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 17:41 · PVG 01:41 · LAX 10:41 · JFK 13:41
    ♥ Do have faith in what you're doing.