I have a URL that looks like this:
http://localhost/DU/edit-product.php?id=1
How would I go about converting that URL to:
http://localhost/DU/edit/1
How to create .htaccess file for this..
I have a URL that looks like this:
http://localhost/DU/edit-product.php?id=1
How would I go about converting that URL to:
http://localhost/DU/edit/1
How to create .htaccess file for this..