haitian11

第 267 位会员

会员
个人信息
  • 加入于 2017-12-06 09:15:43
  • 最后登录时间 6年前
个人成就
  • 发表文章次数 0
  • 发布回复次数 1
  • 个人主页浏览次数 1
安装后,只能访问首页,访问分类和产品报错4046年前

我的这样配置的,访问所有的二级页面都跳到首页了。这是怎么回事啊 二级页面的路径是https://www.123.com/wx_load/index.php/Column/index.html

server {

listen 443 ssl;
root /www/web/qi365lawyercom/public_html;
server_name www.4000428110.com;
ssl on;
index  index.html index.php index.htm;
ssl_certificate   cert/214341877220530.pem;
ssl_certificate_key  cert/214341877220530.key;
ssl_session_timeout 5m;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
location / {
    root /www/web/qi365lawyercom/public_html;
    index index.html index.php index.htm;
}
location ~ .*\.(php|php5)?$ {
        root           /www/web/qi365lawyercom/public_html;
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        fastcgi_params;
        include fastcgi.conf; 
    }
location ~ .php/ { ## Forward paths like /js/index.php/x.js to relevant handler
    rewrite ^(.*.php)/ $1 last;
}

}

Your Site Analytics