Posted by marioguttman on January 15, 2013 at 12:46am
Sorry for the really dumb question but I just set up a LAMP server (I don't really know Linux) and installed Drupal. It works but I can't figure out where the files were installed. It seems like they ought to be somewhere like "/var/www/drupal/sites/default" but there is nothing there. I had previously created a directory "/home//public_html" and set Apache to point to this folder but nothing there either. I can load the site in a browser by going to "http://192.168.1.200/drupal7/".
Comments
Further Comments
I think I have answered my own question but I'd like to hear if anyone thinks I am wrong. Also, someone else might be wondering about this.
I looked in a file: "/etc/apache2/mods-enabled/drupal.conf"
In this file is the path: "/usr/share/drupal7"
At this location I found the Drupal files. I ran a test and added an image file to the site and it was uploaded to this location so I think this is the real files not some template set.