While likely unrelated to this specific problem Lotus Domino (now IBM) does much of it's work using urls like http://www.domain.com/foo/bar.nsf/01234567890123456789012345678901/abcdefabcdefabcdefabcdefabcdefas?OpenDocument. Now this URL is pretty simple - the command is just OpenDocument. It's also quite common to get urls like ?OpenFrameset&Src=foo&Target=bar, ?OpenAgent¶m..... etc.

This is poor planning on Lotus' part but doesn't change the fact that people do need search engines to index the information after the ? mark. Heck - the UseMod wiki does this as well. Everything to the right is the page being viewed/edited. You can't google a UseMod site unless you use the ? data as well. It's just not a good heuristic anymore. Like anything on the internet - those good old days are gone. Now Lotus does have workaround where you can get it to use the '!' bang mark but I recall there are some caveats to that. I've never needed it for my work and can't speak to it.

__SIG__
printf "You are here %08x\n", unpack "L!", unpack "P4", pack "L!", B::svref_2object(sub{})->OUTSIDE


In reply to Re: (jeffa) Re: index.htm and .cgi by diotalevi
in thread index.htm and .cgi by andrew

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.