主要就是:
高级环境设置 > NGINX设置
location / { try_files $uri $uri/ /index.php?$args; } location ~ /\.ht { deny all; }
两个网址:
【配置Nginx文件(增强版云虚拟主机)】
https://help.aliyun.com/document_detail/197376.html
【如果您使用普通版云虚拟主机,设置网站指定访问权限时,请参见】
https://help.aliyun.com/document_detail/36226.htm