Urb LeJeune <[EMAIL PROTECTED]> writes:

>      Am I overlooking something in this thread?
> 
>      What a web robot sees is exactly what you see when you look at the 
> "Document Source" of the viewed page. The robot doesn't know how text 
> got there, only the server know the origin. The output could be an 
> include file from a SSI or a the output of a perl script generated dynamically. 

This is not quite true. Many robots, esp. those run by large search
engines will choke on redirect headers, both server-side (i.e. in your
.htaccess) and client-side (the infamous meta-tag). Esp. the
server-side redirects will not be apparent from your source window
review.

Url-rewriting (mod_rewrite) is one of the only ways (I know of) of
avoiding this pothole while still being able to do some sort of
(albeit local) redirection.

>       I have many html document with but one line of text,
> <!--#exec cgi="/cgi-bin/somthing.pl"-->
> where something.pl dynamically produces an HTML document. These pages are 
> routinely index by search engines. 

Now what your doing is way cool, but why ain't you using
Apache/mod_perl so as to stop wasting RAM and CPU capacity and do
away with cgi-bin and SSI all together ;-) ?


-- 
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to