403 Forbidden on plugin options
-
Hey i am getting 403 Forbidden when i go to plugin options.
Server : Apache2 (Ondrej)
PHP : 7.3-fpmError :
Forbidden
You don’t have permission to access /wp-admin/options-general.php on this server.
Apache/2.4.37 (Ubuntu) Server at mywebsite.com Port 443Followed Tutorial :
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-ubuntu-18-04VH Config :
`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 combinedEdit : Using modsecurity also
The topic ‘403 Forbidden on plugin options’ is closed to new replies.