Closed (fixed)
Project:
Documentation
Component:
Installation
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
17 Apr 2008 at 15:10 UTC
Updated:
18 Apr 2008 at 05:51 UTC
By default, when installing Drupal, a folder named "files" will be generated under the root directory. But, why mine does not have? When I go to 'admin/settings/file-system' and click save configuration, the folder named "files" is not generated. But it does not have an error, it says 'The configuration options have been saved.' How to solve this problem? In the status report, the filesystem goes fine. I am totally confusing, please help guys. Please advise.
Comments
Comment #1
darren ohComment #2
nancydruWhich version of Drupal? The default changed in 6.x.
Comment #3
chris33 commentedI am using Drupal 5.7....
Is there something to do with the .htaccess configuration, if yes, how and what I could add a code for that? Not sure for this.... Just let me know. Please help.
Comment #4
chris33 commentedIn addition, I think there is something to do the .htaccess file, attached is the .htaccess file. Just tell me where code to be enabled to work on this. Our administrator disabled some of this code for some reasons, maybe I could ask for him, but I want to be sure about this first. Thanks
Here is the .htaccess config...
Comment #5
cameron tod commentedThe .htaccess file posted above has no active rules - every directive is commented out with a # character.
Is this a permissions issue? Try creating the files directory manually, then set your tmp directory to files/tmp at admin/settings/file-system, and see what happens.
Comment #6
chris33 commentedI done what you said above, I created manually the files directory, then set my tmp directory to files/tmp (save configuration is fine). And when I tested to upload video file, it does not appear on this folder the video file. By default, it is normally goes to this folder, right? All the uploaded files should go to this folder named "files", and I thinking of the code below that is commented and makes the problem since by default it is not commented as I compared of my new installed Drupal in my local computer.
And normally the folder named "files" has an .htaccess file inside it, it is auto-generated after installation. But this one I created manually does not have .htaccess file.
About the .htaccess on the bottom directive:
It is commented by our administrator, does this the problem? Do I need to uncomment it?
Thanks. Need your help on this..
Comment #7
cameron tod commentedSet the permissions on both folders to 777, and make sure each has an .htaccess file in its root with the text:
If this then works, pare down your security to something safer that still works (644 perhaps).
As for your other .htaccess file, you need to reimplement those directives. Here is an explanation of them:
In future, for general support requests, please use the support systems described at http://drupal.org/support rather than posting a bug report to the documentation team.