I'm trying to make seo to search queries. i've got a form like this:
<form action="index.php?<?=$_GET['search-input01']?>'" method="get">
<p class="nom t-center">
<label for="search-input01">All:</label>
<input type="text" size="75" name="q" id="search-input01" />
<input type="image" src="design/search-button.gif" class="search-submit" />
</p>
</form>
when u do search /index.php?q=SEARCHTERMHERE&x=0&y=0
in adress bar. I want to make this: /search-SEARCHTERMHERE
how to do?