simplove
V2EX  ›  问与答

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

  •  
  •   simplove · Aug 7, 2017 · 1661 views
    This topic created in 3249 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   ·   923 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 40ms · UTC 21:31 · PVG 05:31 · LAX 14:31 · JFK 17:31
    ♥ Do have faith in what you're doing.