[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] search engine indexing scan/ MM=0f73bb47ac44f4e422.....


On Mon, 19 Jun 2006, Steve Graham wrote:

Anyhow, for now, this is solved by setting a couple of flags, as mentioned previously in the thread.

at the top of advancedsearch.html

[tmp matchlimit]50[/tmp]
[if mv_tmp_session]
[tmp matchlimit]10000[/tmp]
[/if]

I don't think the above can work. That should be:

    [if cgi mv_tmp_session]

It's always wise to test your code too, pretending to be a search engine, to see how it's working. For example, to emulate Google:

    GET -H 'User-agent: Googlebot/1.0' $your_url

or:

    wget -O - --header 'User-agent: Googlebot/1.0' $your_url

Jon

--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.