演示站点:
立即查看文章源自玩技e族-https://www.playezu.com/29135.html
对接方法:
wordpress对接图床系统使用方法:https://www.playezu.com/28570.html文章源自玩技e族-https://www.playezu.com/29135.html
图床使用又拍云免费云大使方法:https://www.playezu.com/28539.html文章源自玩技e族-https://www.playezu.com/29135.html
安装使用:
1.请在使用前购买正版授权:QQ2523030730,备注程序名称:Chevereto.zip文章源自玩技e族-https://www.playezu.com/29135.html
2.环境要求:必须为PHP7.0文章源自玩技e族-https://www.playezu.com/29135.html
3.配置要求:关闭PHP管理——配置修改——display_errors选择关闭,否则安装界面会出现错误文章源自玩技e族-https://www.playezu.com/29135.html
4.伪静态规则:(将以下内容复制到宝塔面板中即可)文章源自玩技e族-https://www.playezu.com/29135.html
# Chevereto Nginx rewrite rules # Make sure to place these inside your server{} block # Disable access to .ht* files location ~ /\.ht { deny all; } # Disable access to sensitive files in app path location ~ /(app|content|lib|importer)/.*\.(po|php|lock|sql|txt)$ { deny all; } # Disable log on not found images + image replacement location ~* (jpe?g|png|gif|webp) { log_not_found off; error_page 404 /content/images/system/default/404.gif; } # Enable CORS header (needed for CDN) location ~* \.(ttf|ttc|otf|eot|woff|woff2|css|js)$ { add_header Access-Control-Allow-Origin "*"; } # Force serve upload path as static content (match your upload folder if needed) location /images {} # Route dynamic request to index.php location / { try_files $uri $uri/ /index.php$is_args$query_string; }
5.上传压缩包文章源自玩技e族-https://www.playezu.com/29135.html
6.解压后设置目录权限755文章源自玩技e族-https://www.playezu.com/29135.html
文章源自玩技e族-https://www.playezu.com/29135.html
评论