RewriteEngine On
RewriteBase /plugins/support
<Files .*> Order Deny,Allow Deny From All </files>
RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT]
求助一下求助一下
1
xiaoyu9527 OP htacess 转换为 nginx
|
2
xiaoyu9527 OP 这个好难
|
3
FifiLyu 2016-12-13 11:38:19 +08:00
|
4
Zzzzzzzzz 2016-12-13 11:41:58 +08:00
try_files 到 index.php 就好了, 不用 rewrite
|
5
wancaibida 2016-12-13 13:29:31 +08:00
antlr
|
6
xiaoyu9527 OP |