|
Home > Archive > FrontPage Server Extensions for Windows > July 2004 > search results
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi
How would I remove some results from showing up in the
search like .js files or a directory?
IS this done on the server end?
Thanks
| |
| Hollis D. Paul 2004-07-20, 5:53 pm |
| In article <080501c46e59$abe6c970$a301280a@phx.gbl>, wrote:
> How would I remove some results from showing up in the
> search like .js files or a directory?
> IS this done on the server end?
>
You make exclusions for those things in the .idq file for your search
form. This is located in the _vti_script folder in the root of your
web, and will have a name recognizably related to the name of the page
containing the search bot.
Look for the something like the following line, and add your specific
exclusions to it.
cirestriction=(%UserRestriction%) & ! #vpath *\_vti* & ! #vpath
*\_private\* & ! #vpath
*\_derived\* & ! #vpath *\_themes\* & ! #vpath *\_overlay\* & ! #vpath
*\_fpclass\* & !
#vpath *\_borders\*
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com...D=TECH&LN=EN-US
Mukilteo, WA USA
| |
|
| Hi
There is no folder called _vti_script in the root
directory would it be under another directory or folder?
>-----Original Message-----
>In article <080501c46e59$abe6c970$a301280a@phx.gbl>,
wrote:
>You make exclusions for those things in the .idq file
for your search
>form. This is located in the _vti_script folder in the
root of your
>web, and will have a name recognizably related to the
name of the page
>containing the search bot.
>
>Look for the something like the following line, and add
your specific
>exclusions to it.
>
>cirestriction=(%UserRestriction%) & ! #vpath *\_vti* & !
#vpath
>*\_private\* & ! #vpath
>*\_derived\* & ! #vpath *\_themes\* & ! #vpath
*\_overlay\* & ! #vpath
>*\_fpclass\* & !
>#vpath *\_borders\*
>
> Hollis D. Paul [MVP - Outlook]
> Hollis@outhousebythesound.com
> Mukilteo, WA USA
>
> Using Virtual Access 4.52 build 277 (32-bit), Windows
2000 build 2600
> http://search.support.microsoft.com/kb/c.asp?
FR=0&SD=TECH&LN=EN-US
>
> Mukilteo, WA USA
>
>
>.
>
| |
| Hollis D. Paul 2004-07-23, 5:50 pm |
| In article <2f8001c470c8$fa473fc0$a501280a@phx.gbl>, wrote:
> There is no folder called _vti_script in the root
> directory would it be under another directory or folder?
>
We are talking about a FrontPage site, and you are looking at directory
of the physical files on the server that contain the web pages? You
aren't talking about SharePoint/WSS site where everything is contained
in either an MSDE or SQL server database?
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com...D=TECH&LN=EN-US
Mukilteo, WA USA
| |
|
| yes
its a frontpage site
with server extensions installed on it
>-----Original Message-----
>In article <2f8001c470c8$fa473fc0$a501280a@phx.gbl>,
wrote:
folder?[vbcol=seagreen]
>We are talking about a FrontPage site, and you are
looking at directory
>of the physical files on the server that contain the web
pages? You
>aren't talking about SharePoint/WSS site where
everything is contained
>in either an MSDE or SQL server database?
>
> Hollis D. Paul [MVP - Outlook]
> Hollis@outhousebythesound.com
> Mukilteo, WA USA
>
> Using Virtual Access 4.52 build 277 (32-bit), Windows
2000 build 2600
> http://search.support.microsoft.com/kb/c.asp?
FR=0&SD=TECH&LN=EN-US
>
> Mukilteo, WA USA
>
>
>.
>
| |
| Hollis D. Paul 2004-07-25, 5:52 pm |
| In article <312901c470ed$9da47f60$a301280a@phx.gbl>, wrote:
> yes
> its a frontpage site
> with server extensions installed on it
>
That directory has to be there in a FP web. When you go to the MMC and
look at the properties, the Home Directory tab will show you the path
to the physical directory of the root of the virtual web server. You
site root should be one directory down from there, as it is bad to put
a FP web in the root of the Virtual Web Server. Are you sure there is
no _vti_script directory there. I thought it would be there even if
there is no script to put there.
You did "publish" the page with the search bot/form on it? Publishing
is what generates the script. If you put the page up there using ftp,
then you want to make a change in the page with the editor, and publish
it.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com...D=TECH&LN=EN-US
Mukilteo, WA USA
|
|
|
|
|