久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術(shù)文章
文章詳情頁

wordpress 移動(dòng)到子目錄,nginx 如何配置

瀏覽:172日期:2022-06-25 13:18:22

問題描述

我有個(gè)wordpress 站點(diǎn),是用 lnmp環(huán)境搭建的。以前wordpress部署在根目錄,直接用域名 www.xxxxx.com 能夠訪問。 先我想把這個(gè)wordpress移動(dòng)到子目錄中去,例如移動(dòng)到根目錄的mse_cn 文件夾下,然后訪問通過www.xxxxx.com/mse_cn 首先我把代碼都移到了mse_cn 文件夾下,然后修改了nginx的配置:

server { listen 80; server_name www.xxxx.com; #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main;location ^~ /mse_cn { root /usr/share/nginx/html; index index.php index.html index.htm; try_files $uri $uri/ /mse_cn/index.php; location ~ .php {fastcgi_split_path_info ^(.*.php)(.*)$;include fastcgi_params;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;fastcgi_param PATH_INFO $fastcgi_path_info;fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;fastcgi_pass 127.0.0.1:9000; }} error_page 500 502 503 504 /50x.html; location = /50x.html {root /usr/share/nginx/html; } # proxy the PHP scripts to Apache listening on 127.0.0.1:80 # #location ~ .php$ { # proxy_pass http://127.0.0.1; #} # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # deny access to .htaccess files, if Apache’s document root # concurs with nginx’s one # location ~ /.ht {deny all; }}

重新加載nginx配置文件,然后我訪問 www.xxxxx.com/mse_cn 報(bào)404錯(cuò)誤,而且頁面顯示得很奇怪,請求高手幫助!!!

wordpress 移動(dòng)到子目錄,nginx 如何配置

問題解答

回答1:

location ^~ /mse_cn {

root /usr/share/nginx/html;

是什么鬼?lnmp默認(rèn)不應(yīng)該是在/home/wwwroot這個(gè)目錄中么?www.xxxxx.com/mse_cn 要通過這種形式訪問,只需要把wp移動(dòng)到之前xxxxx.com的mse_cn目錄中就可以了,nginx原有vhost.conf不用做任何修改

標(biāo)簽: word
相關(guān)文章:
主站蜘蛛池模板: 温宿县| 花莲市| 靖宇县| 浮山县| 东光县| 长岭县| 贵南县| 鞍山市| 曲周县| 城口县| 平江县| 紫云| 平果县| 安徽省| 镇坪县| 开封县| 呈贡县| 阜阳市| 潜江市| 额济纳旗| 衡水市| 丹东市| 彰武县| 许昌市| 湛江市| 琼海市| 河南省| 凤山市| 武邑县| 天峻县| 花莲市| 隆回县| 诸城市| 崇仁县| 永兴县| 广宗县| 临清市| 榆社县| 漯河市| 泽库县| 武强县|