403 Forbidden
-
Setting up WordPress on a brand new system with Ubuntu 24.04, Nginx, Let’s Encrypt, MySQL, and PHPMyAdmin. Nbinx, MySQL and PHPMyAdmin appear to be properly configured and working as I have total control of the database through PHPMyAdmin. I configured the nginx configuration file for my site, downloaded WP and installed and made the appropriate changes to wp-config.php. Everything went smoothly until I entered https://mysite.com/wordpress which returned 403 forbidden.
WordPress has not yet set up an error log. MySQL error log had no reports. Nginx error log had the following report:
2025/02/01 02:42:05 [error] 5780#5780: *177 directory index of “/var/www/mysite/wordpress/” is forbidden, client: 127.0.0.1, server: site1.com, request: “GET /wordpress/ HTTP/1.1”, host: “mysite.com”
Any help would be appreciated.
- You must be logged in to reply to this topic.