国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > Nginx > 正文

PHP(FastCGI)在Nginx的alias下出現(xiàn)404錯誤的解決方法

2024-08-30 12:26:11
字體:
供稿:網(wǎng)友

本文講述了PHP(FastCGI)在Nginx的alias下出現(xiàn)404錯誤的解決方法。,具體如下:

在Nginx的官方wiki中如下描述

The alias directive cannot be used inside a regex-specified location. If you need to do this you must use a combination of rewrite and root.

在實際使用中alias下面的php返回404,而html確可以正常顯示,解決方法如下

location / {root /opt/www/htdocs/www;index index.php index.html index.htm;}location /bbs/ {alias /opt/www/htdocs/bbs/;index index.php index.html index.htm;}location ~ ^/bbs/.+.php{root /opt/www/htdocs;rewrite /bbs/(.*.php?) /1 break;include conf/fcgi.conf;fastcgi_pass 127.0.0.1:10080;fastcgi_index index.php;fastcgi_param SCRIPT_FILENAME /opt/www/htdocs/bbs$fastcgi_script_name;}

即用root加rewrite替換alias

希望本文所述對大家nginx平臺上的php程序設(shè)計有所幫助。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 绥芬河市| 百色市| 察隅县| 双城市| 思茅市| 岱山县| 马公市| 上犹县| 云浮市| 阿克| 定陶县| 时尚| 平山县| 凯里市| 西畴县| 上高县| 绥化市| 吉林市| 改则县| 防城港市| 全州县| 永胜县| 天峻县| 陇西县| 江永县| 上栗县| 临沂市| 米林县| 凤冈县| 深水埗区| 宁德市| 金阳县| 琼结县| 九龙县| 郯城县| 镇安县| 古蔺县| 扎鲁特旗| 花莲市| 平湖市| 平邑县|