I want to know if it's possible to create a GET form that has as action "search.php?what=bla bla" and in the url bar it shows "search/bla bla" . Then I can handle the search file and explode the search terms, but what is the rewrite rule?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can't create the form to generate the URL in the desired format, and it's not of any use search engine wise. However, when for example listing 'recent searches', you can list the URLs in the format Be very careful with your input validation BTW. |
|||||||
|
|
You can put the following code in your .htaccess file:
|
|||||||||
|
|
I discovered a way to do what I wanted to do.
But remember this is only for people's browsing experience. |
|||
|
|