This one should be easy, but I still can’t figure it out. When a user goes to their profile (members/profile) no problem. The url format is: example.com/members/profile.
If the member wants to edit their profile and clicks on anything in the profile page (edit profile for example) they get a 404 error with the url format: com/index.php/member/edit_profile/. If I delete the “index.php” in the address bar, it works fine. What do I need to do to remove the “index.php” from the url’s?