Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8357269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:25:33+00:00 2026-06-09T10:25:33+00:00

I recently downloaded a fully functional drupal(6) site using FTP. Though I installed the

  • 0

I recently downloaded a fully functional drupal(6) site using FTP. Though I installed the Drupal instance, I got the modules and the themes that were in the sites/all folder, but wasn’t able to get the actual site configuration ( Configuration and Settings of those modules )

Any help in this regard would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:25:35+00:00Added an answer on June 9, 2026 at 10:25 am

    Assuming this is a follow-on of: Drupal Site install on localhost after downloading source using FTP

    If you get the Drupal install screen when accessing a site you’ve just migrated to your localhost, it’s likely because you’re trying to access the site locally using a URI that’s different than the remote site AND this URL does not fall within the directories that Drupal searches when looking for a settings.php file (see comments starting about line 20 in the default.settings.php file of the sites/default folder).

    You have two options:

    Option 1: Create a symbolic link on your localhost that points requests to your local URI to the directory hosting the live site. This would look something like this:

    ln -s /path/to/webroot/sites/default/ /path/to/webroot/sites/mydevsite.dev
    

    Option 2: Create a sites/sites.php file that maps URI’s to the correct folder hosting your settings.php file. For example, you’d add this to sites/sites.php if you left your settings.php file in the sites/default folder:

    $sites['mysite.dev'] = 'default';
    $sites['www.mysite.dev'] = 'default';
    $sites['mysite.com'] = 'default';
    $sites['www.mysite.com'] = 'default';
    

    Simply put, this translates into: “Serve sites mysite.dev, http://www.mysite.dev, mysite.com, and http://www.mysite.com from the folder located at sites/default.”

    I usually use the second option. It’s more sustainable, OS independent, and can be committed to source control.


    Update based first 5 comments:

    You need to edit the .htaccess file in your Drupal install. Look for this section:

      # Modify the RewriteBase if you are using Drupal in a subdirectory or in a
      # VirtualDocumentRoot and the rewrite rules are not working properly.
      # For example if your site is at http://example.com/drupal uncomment and
      # modify the following line:
      # RewriteBase /drupal
      #
      # If your site is running in a VirtualDocumentRoot at http://example.com/,
      # uncomment the following line:
      # RewriteBase /
    

    And do as it says, uncomment out the line and set it to your subdirectory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently downloaded and installed PHP for Android. I created a .php file that
I recently downloaded the Android Support Package and have been using it trying to
I recently downloaded and installed Eclipse Java EE IDE: Indigo Service Release 2. I
I recently downloaded and installed Visual Studio 2012 RC and made a program with
I've been using CUDA 4.0 for sometime now. I've recently downloaded and copied CUDA
I recently downloaded the latest Java 1.6 JDK. I'm using VisualVM which came with
I have recently downloaded and installed NHibernate 3.1. There are 2 new DLL's which
I recently downloaded the source tarball for a GTK application that I'd like to
I have recently downloaded both the 2.3 and 3.0 SDK for Android using Eclipse.
i recently downloaded a free app and noticed that the icons on the apps

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.