I want to hide filenames (URL masking).
These are the URL's I have with my project:
http://example.com/add_candidate.php?id=12
http://example.com/admin/access_author.php
http://example.com/associate/support/edit_profile.php?a_id=10
My URLs should URLs look like:
http://example.com/
http://example.com/admin/
http://example.com/associate/support/
How is this possible?