How can I change the apache solr search URL in Drupal? -


how can change default apache solr url path search/apachesolr_search/term else?

you can create menu item has callback:

$menu['search']['page callback'] = 'apachesolr_search_view';

this make url use apachesolr search it's return.

what trying change to?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -