I have a local site on my Windows 7 PC. Trying to access all directories named "/data" fails with
403 - Forbidden: Access is denied.
e.g:
http://localhost:2020/scripts/Data/
fails
All other directories can be accessed, e.g if I copy the directory to a diffrent name, everything is fine. There is no difference in the directoy protections between all the directories in the site.
<div>http://localhost:2020/scripts/Data1/</div> <div>The same goes for other sites.</div> <div>What can be the reason for that?</div>