I have the url https://example.com/directory/index.php?id=name
How can I rewrite for https://example.com/directory/name and open https://example.com/directory/index.php?id=name
Other: https://example.com/directory/othername and open https://example.com/directory/index.php?id=othername
What is the solution in htaccess?
Any help would be gratefully appreciated