I have a question about the Drupal 7 install path. It seems like when you install a fresh D7 website you have a few MySQL tables filled with the path used for the setup :
cache_bootstrap
menu_router
variable
watchdog
Let's say I want to develop a test website on mysite.com/test. Will I be able to migrate both the files and the database to mysite.com without any change in the DB even if the first path used for the development is different from the new one for production ?
Hello - very annoying issue. I have added a basic page in D7. In the content I have added a simple [a href] linking to an external site and one also linking to a page anchor. Examining the html of the produced page and there they are and the CSS of the page is ok too but the links are not working. Nothing, not even recognizing the hover css.
I recently installed Drupal 7, and was very excited about the CCK built in. I thought it'd be enough, but my structure needs seem to go a little beyond that, and I'm looking for help as to how to structure my content.
I am having difficulty understanding how Private Files should work in Drupal 7. It seems an authenticated user can discover a private file's URL, disclose this to an anonymous user, and Drupal will serve the private file to the anonymous user without prompting for user credentials. Is this correct?