In-Reply-To: <[EMAIL PROTECTED]> On Mon, 29 Dec 2003 09:54:51 -0500 "looker" <[EMAIL PROTECTED]> asked:
> Is there any way to index cgi's, but not index any cgi's with paramets? > i.e. > index http://url/test.cgi but NOT http://url/test.cgi?param1 or > http://url/test.cgi?param2 Look up http://www.htdig.org/attrs.html#bad_querystr Off the top of my head, bad_querystr: ?param does what you ask. bad_querystr: ? excludes them all. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

