I put my website into "public_html/Website/ folder". Now I would like to forward users to the folder but not show folder name in the URL.
For example, going to www.example.com should display www.example.com and not www.example.com/Website/index.html.
What I need to set to .htaccess file? Any suggestions?