I would like this:
post/view?id=619789185256734055595662
to become this:
post/view/619789185256734055595662
But nothing I've tried with .htaccess has worked so far. How can I do this?
I would like this:
post/view?id=619789185256734055595662
to become this:
post/view/619789185256734055595662
But nothing I've tried with .htaccess has worked so far. How can I do this?
You can do this by URL Rewriting in PHP. This is a duplicate question. Solution is here