How to rewrite simple url by configuring .htaccess file?
I want to simply write url with / instead of writing parameters.
example:normal link: localhost:8000/readers.php?id=1 rewroten link: localhost:8000/readers/1
How to rewrite simple url by configuring .htaccess file?
I want to simply write url with / instead of writing parameters.
example:normal link: localhost:8000/readers.php?id=1 rewroten link: localhost:8000/readers/1