Okay so every time add a search bar it'll change the URL to something like:
example.com/?q=[search+query]
When i search i want it to change the URL to something specific for example:
example.com/search/[search+query]
So is it possible to customize my searches this way and how do I do it?
This is for my HTML website btw.
I want HTML codes.
example.com/?q=[search+query]
When i search i want it to change the URL to something specific for example:
example.com/search/[search+query]
So is it possible to customize my searches this way and how do I do it?
This is for my HTML website btw.
I want HTML codes.