nginx怎么配置隱藏index.php
1 回答

達(dá)令說(shuō)
TA貢獻(xiàn)1821條經(jīng)驗(yàn) 獲得超6個(gè)贊
nginx.conf里邊寫
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}
- 1 回答
- 0 關(guān)注
- 839 瀏覽
添加回答
舉報(bào)
0/150
提交
取消