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 页面添加还是改配置文件?
1 replies • 2017-03-07 15:10:40 +08:00