Other/其他

宝塔面板Magento2设置nginx伪静态

阿里云

宝塔面板里面内置的伪静态有很多,数了一下发现有 25 种,但是没有 magento2 的伪静态设置,什么是 magento2?这可是世界排名第一的开源电商系统,这是他们官网这么说的,并没有用过。也没接触过 magento2,所以不知道说的真假。

如果我们用宝塔面板安装 magento2,那么如何设置伪静态呢,这篇文章来说下。

测试环境:

环境:php7.0.33; nginx1.16.0; MySQL 10.1.39-MariaDB;

也想出现在这里?联系我们
创客主机

magento 版本:2.1.2

代码:

  1.     location / {
  2.             index index.html index.php; ## Allow a static html file to be shown first
  3.             try_files $uri $uri/ @handler; 
  4.             expires 30d;
  5.         }
  6.  
  7.         location /var/export/ { ## Allow admins only to view export folder
  8.             auth_basic           "Restricted"; ## Message shown in login window
  9.             auth_basic_user_file htpasswd; ## See /etc/nginx/htpassword
  10.             autoindex            on;
  11.         }
  12.           location  /. { ## Disable .htaccess and other hidden files
  13.             return 404;
  14.         }
  15.  
  16.         location @handler { ## Magento uses a common front handler
  17.             rewrite / /index.php;
  18.         }
  19.  
  20.         location ~ .php/ { ## Forward paths like /js/index.php/x.js to relevant handler
  21.             rewrite ^(.*.php)/ $1 last;
  22.         }

三:设置

如何设置,网站管理→伪静态,把上面的代码复制进去就可以了,之后保存,或者另存为一个新的模板:

保存之后,如果安装 magento2 就可直接选择这个伪静态模板即可。因为是转载所以不知道,这个到底是不是可用的。不过作者自己说经测试可用,不过还是希望宝塔官方可以内置一份进去。

宝塔面板 Magento2 设置 nginx 伪静态

已有 875 人购买
查看演示升级 VIP立刻购买

收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!