jackal

Well-Known Member
PartnerNOC
Feb 23, 2002
707
0
316
Below is the code from the cpanel search engine. I have some directories that I do not want to show when someone searchs the site, How would I bypass some directories in the search engine?

&form action=&/cgi-sys/entropysearch.cgi& target=searchwindow&
Search Query &input type=&text& name=&query& value=&&&
&input type=&hidden& name=&user& value=&username&&
&input type=&hidden& name=&basehref& value=&http://yourdomain.net&&
&input type=&hidden& name=&template& value=&default&&
&input type=&submit& value=&Search&&
&/form&

Thx
 

mrprez

Well-Known Member
Jun 14, 2002
93
0
166
There is a way to do it using htaccess as discussed in another thread, however they do not mention what to put into the htaccess file.

John