运营版多语言跨境商城开源代码

运营版多语言跨境商城开源代码-派克资源
运营版多语言跨境商城开源代码
此内容为付费资源,请付费后查看
30
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源

运营版多语言跨境商城开源代码

伪静态:
nginx
------------------------
location / {
try_files $uri @opencart;
}
location @opencart {
rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last;
rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last;
rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last;
rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last;
rewrite ^/system/download/(.*) index.php?route=error/not_found last;
rewrite ^/blog$ /index.php?route=panda/blog last;
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}
location /admin/ {
index index.php;
}
location = /robots.txt {
allow all;
}
location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ {
expires max;
}
location ~* (\.(tpl|ini|twig|log))$ {
deny all;
}
---------------------------
后台:/admin/index.php
伪静态:

nginx

------------------------

location / {
try_files $uri @opencart;
}

location @opencart {
rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last;
rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last;
rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last;
rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last;
rewrite ^/system/download/(.*) index.php?route=error/not_found last;
rewrite ^/blog$ /index.php?route=panda/blog last;
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}

location /admin/ {
index index.php;
}

location = /robots.txt {
allow all;
}

location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ {
expires max;
}

location ~* (\.(tpl|ini|twig|log))$ {
deny all;
}

---------------------------

后台:/admin/index.php
伪静态: nginx ------------------------ location / { try_files $uri @opencart; } location @opencart { rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last; rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last; rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last; rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last; rewrite ^/system/download/(.*) index.php?route=error/not_found last; rewrite ^/blog$ /index.php?route=panda/blog last; rewrite ^/(.+)$ /index.php?_route_=$1 last; } location /admin/ { index index.php; } location = /robots.txt { allow all; } location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ { expires max; } location ~* (\.(tpl|ini|twig|log))$ { deny all; } --------------------------- 后台:/admin/index.php

源码介绍

默认中英双语 后台带翻译接口 支持133种语言自动翻译 支持多商户联盟 一键部署版本 伪静态+后台登陆后缀图片[1]-运营版多语言跨境商城开源代码-派克资源

图片[2]-运营版多语言跨境商城开源代码-派克资源
文章版权声明 1、本网站名称:派克资源
2、本站永久网址:https://www.pknn.net
3、本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
4、本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
6、本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
© 版权声明
THE END
喜欢就支持一下吧
点赞7 分享