I just uploaded my htdocs folder to public_html in my web hosting service, and the website works correctly, but when pressing the Home button the URL displays the entire server path.
<div>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="shop.php">Shop</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="local_stores.php">Local Stores</a></li>
<li><a href="login.php">Store Login</a></li>
</ul>
</div>
I expect the Home button to bring me back to mydomain.com instead of mydomain.com/home1/company/public_html/mydomain.com