----- Message from tomaslucas@gmail.com --------- Date: Thu, 5 Jul 2007 09:39:32 +0200 From: Tomás Lucas Arcos <tomaslucas@gmail.com> Reply-To: support@drupal.org Subject: [support] Error 404 when i copy live site in localhost. To: support@drupal.org
- Export of db of production. (through phpmyadmin of Cpanel) - Creation of db in the localhost and import of the data and structures previously generated. (through line of commandos since the volume was high) - Unloading to the localhost of all the files of the Web. (by means of wget)
- Change of configuration of the files of drupal to adapt them to the new data base in the localhost and the URL bases. - Make the Virtualhost in apache2. - Inclusion of local site in /etc/hosts file aiming at 127.0.0.1.
To this list you need to add: - Empty the cache tables; tables prefixed with cache_. - Review {system} table for incorrect file paths and resolve. - Review {variables} table for incorrect file paths and resolve. Earnie