V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
simplove
V2EX  ›  问与答

有没有人帮忙转下 htaccess 在 nginx 下使用

  •  
  •   simplove · Aug 7, 2017 · 1548 views
    This topic created in 3187 days ago, the information mentioned may be changed or developed.
    <ifmodule mod_rewrite.c=""> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] </ifmodule>

    谢谢

    3 replies    2017-08-07 08:49:53 +08:00
    wxg4net
        1
    wxg4net  
       Aug 7, 2017
    基本等于 try_files $uri $uri/ index.php/$uri?$args;
    torbrowserbridge
        2
    torbrowserbridge  
       Aug 7, 2017
    @wxg4net 难道不是 try_files $uri $uri/ index.php?/$uri?args;
    xiqingongzi
        3
    xiqingongzi  
       Aug 7, 2017
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1492 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 16:52 · PVG 00:52 · LAX 09:52 · JFK 12:52
    ♥ Do have faith in what you're doing.