apache - .htaccess rule for rewriting a GET URL -
I have a search form with a method on a website. I would like to know if I want to re-enter that URL to look better
For example, after submitting the search form I now get the URL like this:
It would be great if I can see it like this:
Thank you.
option + follow-up links rewriteignin on rewritebase / revised rules ^ / search /(.*) /search.php?search_category=0&search_term=$1&submit_search= [L]
Comments
Post a Comment