C
carla
We have a bunch of articles that visitors to our website can read. They do a
search, and we present a list of matching article links. The files are named
sequentially: art1.htm, art2.htm, art3, htm, and so on. The articles
directory is located benath our web app:
inetpub
wwwroot
webapp
articles
How can we make the \articles subdirectory off-limits to web browsers and
search engines but readable by our web app?
Thanks
C.
search, and we present a list of matching article links. The files are named
sequentially: art1.htm, art2.htm, art3, htm, and so on. The articles
directory is located benath our web app:
inetpub
wwwroot
webapp
articles
How can we make the \articles subdirectory off-limits to web browsers and
search engines but readable by our web app?
Thanks
C.