simplove
V2EX  ›  问与答

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

  •  
  •   simplove · Aug 7, 2017 · 1614 views
    This topic created in 3222 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   ·   4970 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 93c8b4a0 · 39ms · UTC 01:07 · PVG 09:07 · LAX 18:07 · JFK 21:07
    ♥ Do have faith in what you're doing.