Directory listing denied
-
This Virtual Directory does not allow contents to be listed
Maybe this will help someone else. I’ve been trying to get WordPress running for a work-project, and although it installed fine, I kept getting the above error. I got no help from the sysadmin people, who seem to be struggling with what I’m trying to do. They’re running IIS. So I trawled the net and came up with this which says:
Try making an index.html (or index.htm or default.htm depending on the default file in your web server config) file inside the admin directory with:
<html>
<head>
<meta http-equiv="refresh" content="0;index.php" />
</head>
<body>
'Redirecting to admin index...'
</body>
</html>
Fixed! I could finally log in! I don’t know if this is going to be such a revelation to others, but it was to me!
- The topic ‘Directory listing denied’ is closed to new replies.