Hi, I am creating a site that contains two URLs. e.g.
http://www.mysite.com/myApplication/ -- this contains all application pages.
http://www.mysite.com/NR/Resource/ -- this contains all the resourse documents that are linked in application pages. e.g. pdf files, doc files.
I put both of URLs as Base URL. Because there are several level subdirectory down at http://www.mysite.com/NR/Resource/, and there are no index page in them, only pdf files, so I have to enable Directory Browsing Option for http://www.mysite.com/NR/Resource/; The problem now is when user types "index of" to search, it will list all the directory index pages, how can I avoid this?
I did a little bit search, and find out modify dowalk script will do the trick, but is there a way that just use configuration? Such as exclude by field?
http://www.mysite.com/myApplication/ -- this contains all application pages.
http://www.mysite.com/NR/Resource/ -- this contains all the resourse documents that are linked in application pages. e.g. pdf files, doc files.
I put both of URLs as Base URL. Because there are several level subdirectory down at http://www.mysite.com/NR/Resource/, and there are no index page in them, only pdf files, so I have to enable Directory Browsing Option for http://www.mysite.com/NR/Resource/; The problem now is when user types "index of" to search, it will list all the directory index pages, how can I avoid this?
I did a little bit search, and find out modify dowalk script will do the trick, but is there a way that just use configuration? Such as exclude by field?