i try to redirect the page to another page using href. But it only show not found (The requested URL was not found on this server. Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.0.30 Server at localhost Port 80). I already check the path to the file but still can’t find any problem
<li class="item">
<a href="views/ManageUserProfile/EditProfileView.php" class="nav_link submenu_item">
<span class="navlink_icon">
<i class="bx bx-home-alt"></i>
</span>
<span class="navlink">Personal</span>
</a>
</li>