I am trying to call tha advanced search with the following code.... all i get is a 404 error
<form action="advanced_search_result.php" method="get" name="quick_find" id="quick_find">
<label class="hidden" for="s"><?php _e('<b>or</b> products:'); ?></label>
<input type="text" name="keywords">
<input type="submit" value="Product Search">
</form>
searching fro example "cards" which works in the default side bar search gives me >>>
http://www.###domain name###.co.uk/store/index.php=advanced_search_result?keywords=cards
404 error




