Yep. I have no problem with the function of the ident/search/filesearch functions. It's just when they display the list of corresponding files with a hyperlink to that file, I'd like it to display in a tagged format rather than just a dump of the source file.
-----Original Message----- Hmm. It looks as though the perhaps relevant part is this: - Make sure the files in $(INSTALLPREFIX)/http can be reached via your webserver. Make sure your webserver executes the files search, source, ident and diff as cgi-scripts. With the Apache webserver this can be accomplished by making $(INSTALLPREFIX)/http/.htaccess contain the following lines: <Files ~ (search|source|ident|diff)$> SetHandler cgi-script </Files> Was this done?
