[Perlfect-search] Indexing with httpDavid Cross perlfect-search@perlfect.comMon, 21 Oct 2002 15:52:52 -0700
>>>So, I created a basic html page that contains nothing but hyperlinks
to the exact urls of the dynamic pages
Did you make _that_ page available to the indexer?
Put a link in your main index page to that special page and make it not
display using CSS:
<p class="noshow">
<a href="/mypage.html">link</a>
</p>
In CSS:
.noshow {
display: none;
}
David
|
| Copyright Perlfect Solutions 1998-2008 - Privacy Policy |