Hi all.
I have a webpage http://mydomain.com/form.php?id=123
,
I need to keep this format for old functionality , and to implement a new functionality so the user could access this page like this http://mydomain.com/123
.
- So the client will see this
http://mydomain.com/123
. - And the server will understand as old version
http://mydomain.com/form.php?id=123
.
So this way I don't have to change the old functionality. I know that this can be accomplished through HTaccess rule. but don't know how. Please help. Thanks.