How do i use index.php in main folder to show content for different sub directories in that folder?
Ex :
/members/
/members/index.php
/members/change-password/
/members/change-email-address/
Is it possible? I want to keep the urls clean instead of using index.php?change-password
EDIT : The possible duplicate only shows how to get sub directories, I also need a way to use the index.php in main folder when someone visits the sub folders.