If your wordpress file located inside the /wordpress/ directory, and you want your blog viewed as your home page, but you don’t want to move the wordpress files,
- You gotta change your URL (from https://domain.com/wordpress to just https://domain.com) from the Settings > General. Or I prefer to do it from the config.php. Refer to the codex.
- Then move the index.php and .htaccess to your www root.
- Then you’re done!
If you’re planning to move all your wordpress files to the root instead, just move all the files inside the directory to the www root. Before that, set all the wordpress URLs to only your domain, from your wp-admin or config.php.
You’re all done!