星辰解忧工作室网盘合集          阿里云服务器特惠          星辰工具箱合集          腾讯云服务器特惠          游戏加速器礼包合集
         雨云服务器 宝塔面板优惠 送你10850元礼包 子比主题优惠 文字广告位10/月
华为云优惠 文字广告位10/月 腾讯云服务器特惠 文字广告位10/月 文字广告位10/月
文字广告位10/月 文字广告位10/月 文字广告位10/月 文字广告位10/月 文字广告位10/月
文字广告位10/月 文字广告位10/月 文字广告位10/月 文字广告位10/月 文字广告位10/月

温馨提示:请在上面搜索| 查找更多免费资源,如需广告位请联系站长QQ 3649844032

最新云EC在线商城系统V1.3开源版源码 附详细安装教程

云EC系统安装基本要求:

1、PHP5.5版本以上,推荐PHP7.0 2、MYSQL5.0版本以上 3、支持rewrite伪静态规则 4、支持pdo_mysql连接模式 伪静态规则,配置完需要重启web服务器才会生效
APACHE环境下:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)\.html$ /index.php?p=$1&%{QUERY_STRING} [L]

nginx环境下规则
rewrite ^/view/([^\.]*).html$ /index.php last;
rewrite ^/([^\.]*).html$ /index.php?p=$1 last;
rewrite ^/([^\.]*)/$ /index.php?p=$1 last;
rewrite ^/(.*).php$ /index.php last;
IIS 7环境, 将下面代码保存为web.config 放到网站根目录
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name=”yunec”>
                    <match url=”(.*).html” ignoreCase=”true” negate=”false” />
                    <action type=”Rewrite” url=”index.php?p={R:1}” />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

安装步骤:

1、解压后,上传 upload 里的所有文件到服务器空间,必须是根目录。不能是 http://域名/xxx/
2、访问你的网址 http://域名/ 进行安装
3、进入后台更新缓存 后台地址:http://域名/admin.html 下载地址:  【蓝奏网盘】 

温馨提示: 本文最后更新于2020-05-30 08:22:00,某些文章具有时效性,若有错误或已失效,请在下方 留言或联系 星辰源码网
© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容