Welcome to the Summersault Knowledgebase. Here you will find a variety of helpful information about how to best use your hosting account with us. If you don't see the answer to your question, please submit a technical support request and we'll do our best to help!
Setting Up Your Account
How can I create a Google-like search feature for my website?
Note: some of this information may not apply if you are using Summersault's new control-panel based hosting plans (setup after May 2007). Learn more about this change.
Summersault uses the open source software htdig to add site-wide searching functionality to your site for free. If you would like htdig enabled for your site, just submit a technical support request letting us know.
Our system will "crawl" your site once daily, starting from the front page. It will only index HTML pages and PDF files that are linked via the front page using standard text or image links; links embedded in Javascript or Flash elements, for example, will not be followed. We can configure alternate starting pages if needed, just let us know when you send your setup request.
Once htdig is configured for your account, you can add a search form to your site using the following example HTML code. Be sure to replace USERNAME with your account username.
<form method="get" action="/cgi-bin/htsearch.cgi">
Search:<br />
<input type="text" size="9" name="words" value="" />
<input type=hidden name=config value="USERNAME" />
<input type=hidden name=restrict value="" />
<input type=hidden name=exclude value="" />
</form>
If you still have questions or need assistance, please submit a technical support request.
Last update: 2007-06-11 09:56
Author: Summersault Support
printer-friendly version
Send to a friend
Show this as PDF file
export as XML-File
You cannot comment on this entry
powered by phpMyFAQ 1.5.0 RC3

