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

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