R
Rob
I recently tried to add a downloaded CGI script to my site, before
realising that it would naturally only index static pages on the site
(i.e. only files that it could open using Perl routines). I have
altered the indexing routine so that it does not crawl all directories
and index all files. Instead it opens a file containing a specified
list of files, and indexes only those instead.
As the majority of the content on the website is dynamic content, does
anybody know of any search CGI scripts that will index pages with
dynamic CGI content? (e.g. "website.com/cgi-bin/viewpage.cgi?id=100" )
If such a script is not available, is there a way to return content
from a dynamic page to a CGI script (for indexing purposes)? I could
alter the indexing routine so that it does not just open the files it
is told to, but to return the content (that the script would output to
the server) to the indexing routine instead. This would then suit the
needs of the website perfectly.
Apologies if this has already been covered elsewhere, I have had no
success in finding a solution online. Any help with this would be much
appreciated.
Best Regards
Rob
realising that it would naturally only index static pages on the site
(i.e. only files that it could open using Perl routines). I have
altered the indexing routine so that it does not crawl all directories
and index all files. Instead it opens a file containing a specified
list of files, and indexes only those instead.
As the majority of the content on the website is dynamic content, does
anybody know of any search CGI scripts that will index pages with
dynamic CGI content? (e.g. "website.com/cgi-bin/viewpage.cgi?id=100" )
If such a script is not available, is there a way to return content
from a dynamic page to a CGI script (for indexing purposes)? I could
alter the indexing routine so that it does not just open the files it
is told to, but to return the content (that the script would output to
the server) to the indexing routine instead. This would then suit the
needs of the website perfectly.
Apologies if this has already been covered elsewhere, I have had no
success in finding a solution online. Any help with this would be much
appreciated.
Best Regards
Rob