回复即可下载
环境PHP7.2
安装扩展fileinfo
上传程序
设置伪静态
- rewrite ^/template/(.*)\.html$ /index.php last;
- rewrite ^/temp/(data|db|robotlog|tplrules|errpage|logs|session)/(.*)$ /index.php last;
- rewrite ^/(temp|template|core|static)/(.*)\.php$ /index.php last;
- if (!-e $request_filename){
- rewrite ^/(.*)$ /index.php?$1 last;
- }
复制代码
后台登录地址:
|