宝塔安装的,提示:
Something went wrongPlease try again later. If the problem persists don't hesitate to contact the system administrator.2025-08-14T03:33:10+00:00 • xxxxxxxx# Why am I seeing this?For security reasons, detailed error information is not shown. This incident has been logged and will be reviewed by the system administrator.# Administrator guideRefer to the Chevereto documentation to understand how to debug this error.Need help? Visit Chevereto support to open a ticket.防跨站也关了,php8.2安装了扩展:fileinfo imagemagick exif
伪静态:
location ~* /(importing|app|content|lib)/.*\.(po|php|lock|sql)$ { deny all;}location ~ \.(jpe?g|png|gif|webp)$ { log_not_found off; error_page 404 /content/images/system/default/404.gif;}location ~* /.*\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ { add_header Access-Control-Allow-Origin "*";}location / { index index.php; try_files $uri $uri/ /index.php$is_args$query_string;}啥问题,有没有大佬知道的?
评论 (0)