RE: Indexing with http

"David Cross" <[email protected]>
Newsgroups gmane.comp.web.perlfect-search
Message-ID <001501c27954$99ee72f0$6401a8c0@david>
>>>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


_______________________________________________
perlfect-search mailing list
[email protected]
To unsubscribe, set other personal options or view the list archives please visit:
http://perlfect.com/mailman/listinfo/perlfect-search

lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.