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

如何将 Apache 的伪静态规则移植到 Cherokee web server?

  •  
  •   ruojiner · Mar 6, 2017 · 2352 views
    This topic created in 3349 days ago, the information mentioned may be changed or developed.
    Apache 中规则如下:

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule (.*)$ index.php/$1 [L]


    那么放到 Cherokee 中规则该怎么写,直接在后台 Web 页面添加还是改配置文件?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5039 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 05:38 · PVG 13:38 · LAX 22:38 · JFK 01:38
    ♥ Do have faith in what you're doing.