PDA

View Full Version : Our directories



dawnswebdesigns
2010-05-08, 01:15 AM
I'm far from new. But the fact is even I don't know this one.

As much as I move stuff around & delete here & delete there...can you please tell me...what's in our very first directory? Like when I visit via ftp I'm in my docs directory. I can back it up once then see cgi-gin, docs, logs, & tmp. Should there be anything else? Because a mod in drupal's telling me I need a cache directory & I'm wondering if it was supposed to go here.

Of these directories...cgi-bin only has env in it. IS that good? Who puts the stuff in the logs & tmp directories...you guys or us?

OK in docs...if I wanted to go with html & css I'd have an index.html file. But I'm a software loving hag so I got rid of the temp & replaced it with index.php from one of these programs. But I also have yet another cgi-bin with another env file in it. Is this normal or have I screwed up somehow in the last year or so I've been your customer?

Oh yeah...I'm having a mime type detection problem...& it's asking me: /usr/bin/file. Either it's asking me for something I never had or I deleted something I shouldn't have. So I just thought it'd be cool if there was something around here telling people what should be in directories when they first access them.

Thanks for your time. :)

melissas
2010-05-10, 11:23 AM
First – it depends on what plan you have.. linux vs windows, on cloud or classic… you can point drupal to any folder you create in the tmp file.. it should be done by default tho – what specifically are you trying to do? Perhaps we can help better with that.
Also, af you have a particular concern that it specific to your account, you can always get personalized assistance from our CS team

nickh
2010-05-10, 05:38 PM
If your account is on our Classic platform, then your root directory (one up from docs/) should always contain the following:

cgi-bin/
docs/
logs/
tmp/
These directories should not be deleted. In fact, the only one that should be modified directly is /docs/.

Your website is located inside [i]/docs/ .
Your website logs are located inside /logs/ . Feel free to read these whenever you want.
CGI scripts are placed in cgi-bin/ . If you don't have any CGI scripts, just ignore this directory.
/tmp/ is mostly used for storing session files. You can ignore this one, too.

This sentence fragment from the Boost Installation & Settings page (http://drupal.org/node/545908#psa):

[i]in a special cache directory located under the Drupal installation directory
makes me believe that the cache/ directory should be created at /docs/drupal/cache/ if your Drupal website is located in /docs/drupal/ .

Does that help?