I wish to provide links to predefined search result pages. Would anybody be able to share the rewrite rule to use?
I want my URLs to look like:
http://www.mysite.com/some-folder/search-term/ and
http://www.mysite.com/some-folder/search-term/2/ (for paginated results)
...instead of:
http://www.mysite.com/?s=Search+Term (note: the use of title case is intentional, but I want the rewritten URL in lowercase)
Thanks in advance!
[BTW, I am using WP 2.1.2]