ECShop伪静态规则(nginx): if (!-e $request_filename){rewrite ^/index\.html /index.php last;rewrite ^/category$ /index.php last;rewrite ^/feed-c([0-9]+)\.xml$ /feed.php?cat=$1 last;rewrite ^/feed-b([0-9]+)\.xml$ /feed.php?brand=$1 last
正在浏览:ECShop
在PHP5.3以上版本安装并运行ECShop时,安装完毕后打开前台页面时,程序会报错:Strict Standards: Only variables should be passed by reference in D:\phpStudy\WWW\public\shop\includes\cls_template.php on line 422,出
在安装ECShop V2.7.3版本时,安装程序会提示错误,错误信息:Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\phpstudy\WWW\shop\install\\includes\lib_installer.php on line 3