Apache 中规则如下:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php/$1 [L]
那么放到 Cherokee 中规则该怎么写,直接在后台 Web 页面添加还是改配置文件?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php/$1 [L]
那么放到 Cherokee 中规则该怎么写,直接在后台 Web 页面添加还是改配置文件?