Page is a not externally linkable
arturito - 8:47 pm on Oct 3, 2009 (gmt 0)
I've tried also only with that bit (fault finding)
It doesn't work for me.
RewriteCond %{QUERY_STRING} &?s=([^&]+)
RewriteRule ^search/([^/]+)$ search.php?query=%1
maybe there is an error in my form (although I dont think so) which goes like that:
<form id="searchform" method="get" action="http://mydomain.com/search/">
<fieldset class="searchbox">
<input name="s" id="s" class="s" type="text" />
<button class="button-search" title="Search" type="submit">Search</button>
</fieldset>
</form>