Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
The error message tells you everything....
You try to access the root of a folder, and the server denies you the listing of that folder and there is no default document to give you back.
Either access the complete url, like http://yourhost/admin/home.html rather than http://yourhost/admin/, change your server settings to allow you to list the folder content, or setup a default page that is served when not specified.
For the latest, for example, apache defaults says that it is an "index.html" page that should be served as default.
Being a unix guy, and web.config denoting that you use IIS, I cannot help you further on this.
__________________
Only a biker knows why a dog sticks his head out the window.
|