<form action="includes/search.php" method="get">
<input name="search" type="text" class="search" />
<input type="submit" value="Search" />
</form>
I want user to type text in textfield and when he hits enter it will paste it in URL.
Currently url is: http://randomsite.com/includes/search.php?search=adsasd
But it should be like this: http://randomsite.com/beta/match/adsasd
mod_rewrite. Search for that keyword onSO