我想将一些在 apache 上运行的站点迁移到 Lighttpd。
谁能帮我将此重写规则转换为 Lighttpd 的等效规则:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
我正在阅读 Lighttpd 重写说明(http://redmine.lighttpd.net/wiki/1/Docs:ModRewrite),但我不明白如何转换此特定规则。
非常感谢