simplove
V2EX  ›  问与答

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

  •  
  •   simplove · Aug 7, 2017 · 1626 views
    This topic created in 3229 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   ·   1117 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 59ms · UTC 18:16 · PVG 02:16 · LAX 11:16 · JFK 14:16
    ♥ Do have faith in what you're doing.