这种情况只需要修改.HTACCESS配置文件从:RewriteEngine onRewriteCond % !^/pub/RewriteCond % !^/setup/RewriteCond % !^/update/RewriteCond % !^/dev/RewriteRule .* /pub/$0 [L]DirectoryIndex index.php到RewriteCond % !^/\.w...
请添加此规则到相应的网站 location ~* ^/.well-known($|/) { root $MAGE_ROOT;}