Hello all, Sorry for the noob question, but I guess I am just a noob in general Got sphider installed, and I have set the search box "form action" on (for example) 123.com, to point to "321.com/search.php". You see, the search page is on a different domain, so I have to point the function to that domain. However, it reaches the domain okay, but the search results do not work. For example, if I searched "cheese" on 123.com, it would direct me to 321.com/search.php...but the URL search ending would be incorrect. It would look like this: www.321.com/search.php?query2=cheese&search2=1 However, it should look like: www.321.com/search.php?query=cheese&search=1 WITHOUT the "2" after "query" and "search". Because of this added 2, it is just showing no search results on the result page. Does anyone know why this is happening? Thanks in advance!
HAve you used the full url including "http://" in the form action? Would help if you could show us some code.
Good point, here is the code (example URL) <form action="http://www.321.com/search.php" method="get">