宝塔面板里面内置的伪静态有很多,数了一下发现有 25 种,但是没有 magento2 的伪静态设置,什么是 magento2?这可是世界排名第一的开源电商系统,这是他们官网这么说的,并没有用过。也没接触过 magento2,所以不知道说的真假。
如果我们用宝塔面板安装 magento2,那么如何设置伪静态呢,这篇文章来说下。
环境:php7.0.33; nginx1.16.0; MySQL 10.1.39-MariaDB;
magento 版本:2.1.2
location / {
index index.html index.php; ## Allow a static html file to be shown first
try_files $uri $uri/ @handler;
expires 30d;
}
location /var/export/ { ## Allow admins only to view export folder
auth_basic "Restricted"; ## Message shown in login window
auth_basic_user_file htpasswd; ## See /etc/nginx/htpassword
autoindex on;
}
location /. { ## Disable .htaccess and other hidden files
return 404;
}
location @handler { ## Magento uses a common front handler
rewrite / /index.php;
}
location ~ .php/ { ## Forward paths like /js/index.php/x.js to relevant handler
rewrite ^(.*.php)/ $1 last;
}
如何设置,网站管理→伪静态,把上面的代码复制进去就可以了,之后保存,或者另存为一个新的模板:
保存之后,如果安装 magento2 就可直接选择这个伪静态模板即可。因为是转载所以不知道,这个到底是不是可用的。不过作者自己说经测试可用,不过还是希望宝塔官方可以内置一份进去。
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!