0514-86177077
9:00-17:00(工作日)
最近我把Apache給換成nginx,當我把tp項目搬過去運行的時候發(fā)現404 錯誤 ,原來是因為nginx不支持 pathinfo 模式,需要自己配置
下面我配置
在server配置里面
location / { #root html index index.html index.htm index.php ; if (!-e $request_filename) { rewrite ^/test/tp/(.*)$ /test/tp/index.php/$1 last; break; } location ~ \.php { #注意這里一定要一樣,不能有$ set $script $uri; set $path_info "/"; if ($uri ~ "^(.+\.php)(/.+)") { set $script $1; set $path_info $2; } fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php?IF_REWRITE=1; include fastcgi_params; fastcgi_param PATH_INFO $path_info; fastcgi_param SCRIPT_FILENAME $document_root/$script; fastcgi_param SCRIPT_NAME $script; }
保存配置之后,重啟 nginx ,配置成功
直接支持類似于 /Index.html 這樣的偽靜態(tài)模式
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。
標簽:汕頭 三明 晉城 拉薩 鄭州 石嘴山 玉林 開封
上一篇:基于Nginx實現限制某IP短時間訪問次數
下一篇:Docker 運行多個Springboot的詳細教程
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網絡通訊始建于2005年
蘇ICP備15040257號-8