insert info about Drupal!
To start off, I've been keeping a messy blog about learning drupal—it's a bunch of notes I've kept for myself of mistakes I’ve made and solutions and references I’ve found. --Rebecca
Question: Can anyone tell me about Drupal's "file access" features? It seems like it just points to files at "drupalinstall/system/files/filename" and controls access there, but the files are still available at "drupalinstall/files/filename" without access controls. Am I missing something? Do I have to put something in the .htaccess file to restrict access to the "files" directory? --Rebecca
Answer: Yes, I did need to put something in the .htaccess file. --Rebecca