Hi Taco, >The next best thing I could come up with was to create 3 sub directories under the >�File� directory, respectively being: > >file/public/ >file/private/ >file/list/ > >and create a robots.txt file with the following entries >---------------------- >User-agent: * >Disallow: /file/private/ # Files should not be indexed in the search engine >Disallow: /file/public/ # Files should not be indexed in the search engine >---------------------- > >The only downfall is that I now have to duplicate the files I want indexed, the only >other alternative is to create separate entries for each file I do not want indexed.
Why not use 3 virtual directories of the right name pointing to the same physical one which has the actual files in it? -- Yours, Kym --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
