hi all! :)
i'm using the great plugin "nice search" to redirect the clean url
http://www.domain.de/wp-dir/search/term+anotherterm
to the wp default
http://www.domain.de/wp-dir/?s=term%20anotherterm
what works just fine for me now without any big efforts...
... how do change the word "search" into something different (E.g the german "suche" or "results")?
i found quite a few appearences both in the database (rewrite_rules) and in functions and classes.php files.
mod_rewriting doesn't seem to work as expected - think its all redirected to index.php, right?
whats the right place to change this search-prefix?
(in order to get something like
http://www.domain.de/suche/term1+term2)
thanks in advance!