:.
├── .htaccess # Apache伪静态配置
├── admin/ # 后台管理静态资源
├── assets/ # 公共静态资源
├── favicon.ico # 网站图标
├── index.html # 静态HTML入口
├── index.php # PHP入口文件
├── install/ # 安装向导目录
├── mobile.html # 移动端入口HTML
├── nginx.htaccess # Nginx伪静态配置
├── pages/ # 页面模板目录
├── product_migration.xlsx # 商品迁移Excel模板
├── robots.txt # 搜索引擎robots文件
├── router.php # 路由入口文件
├── service_pay_result.html # 支付结果页面
├── static/ # 静态文件目录
├── statics/ # 静态资源目录(样式、脚本)
├── upgrade/ # 升级向导目录
├── uploads/ # 上传文件目录
└── README.md # 目录说明文件
public目录是网站的入口目录: