Author: Alex
Email: [EMAIL PROTECTED]
Message:
Again i'm answering my own question, but here is a solution that works.

I'm using lastest version 3.2.5. Plain standard install as described in the manual. I 
got it working using the Apache redirection feature i found in the manual and reading 
the bug reports.

This is how i've done it:
1. Try execution of './search.cgi word'. It should show some output on the command 
line that looks like a search result.
2. Edit 'httpd.conf' and add this to the config

    #
    # mnoGoSearch
    AddType text/html .zhtml 
    AddHandler zhtml .zhtml 
    Action zhtml /cgi-bin/search.cgi

You can use any file ending you like.
3. Restart Apache ;)
4. Copy a ready configured 'search.htm' to a subfolder of your webroot renaming it to 
'search.zhtml' (or whatever you want to call it). The file must be accessible via http.
5. Call the template directly via http://localhost/search.zhtml and it should work.

Use the .zhtml file as form handler with the same params as for the cgi and you will 
be happy.

Gimme feedback 
@lex


Reply: <http://www.mnogosearch.org/board/message.php?id=4896>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to