Search form action resolves to index.php
I am using Jobroller with the Flux theme and almost ready to go online but still some minor issues here. I guess it's better to not ask for support for all of them at once so i will ask the most urgent first.
I decided to skip the original index.php because its not flexible enough i.m.o.. But when a visitor performs a search action then he/she is automaticly repointed to the index.php, code:
HTML Code:
<form action="http://www.domain.com/" method="get" id="searchform">
Tried to change the page mentioned for form action to another page id but nothign works. How can i fix this in a way that visitors will not be repointed tot the index.php but still get their search results?