嘿,当我转到插件选项时,我被禁止使用403。 服务器:Apache2(Ondrej) PHP:7.3-fpm
错误:
禁止访问您无权访问 /wp-admin/options-general.php在该服务器上。
VH配置:
ServerAdmin mail@mywebsite.com
DocumentRoot /var/www/mywebsite.com/html
ServerName mywebsite.com
ServerAlias http://www.mywebsite.com
<Directory /var/www/mywebsite.com/html/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
后续教程:Link