views:

343

answers:

2

Hello everyone,

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template.

By default, the search page is using results.aspx as the search result page. I want to change results.aspx to another page (my custom search page to show results, e.g. customsearchresults.aspx), how to change?

thanks in advance, George

+2  A: 

Please take a look here: Creating a custom search results page for a (searchresults.aspx) Windows Sharepoint Services (WSS) Site

Another link: Working With SharePoint Search - Part 1. See step 13.

Rubens Farias
Cool, I will try tomorrow and let you know the experiment result!
George2
+1  A: 

The easiest way is to create a "Search center" site (can be a subsite of your actual site)and create your search input/results pages there. Then you configure the search results page at yoursite/_layouts/enhancedSearch.aspx

naivists
I am confused. If I create a subsite of my main site dedicated for search, then how to configure the main site to use the subsite to do search other then using the search box (at the top-right corner) of the main site itself?
George2
The "search results page" setting in enhancedSearch.aspx changes the way the search box works - your searches will be directed to your custom search center. You can customize your search center to show results in customsearchresults.aspx pageAnother thing - when you define search scopes, each scope can have a different results page defined by you. Maybe this is worth a try.
naivists