I need https::/mysite.com instead of https::/mysite.com/wordpress
The reason of such behavior is that you’ve installed your WP in /wordpress subdirectory, so that’s exactly where it works. And since the root directory is empty (no index.php nor .htaccess files are in there) you get 403 error, when requesting domain root. So how to fix it? Connect to your ftp server and move … Read more