By larsvonk on
Hi,
I am currently copying an existing drupal installation to be able to run on my local machine. I have copied the database, the system files, configured apache, etc. So far so good. If I start apache and go to the home page of the site it works fine, but clicking any link results in the following error in the apache error log:
[Tue Dec 22 06:15:09 2009] [error] [client 192.168.229.1] File does not exist: /opt/drupal/nl, referer: http://hostname.local/
Drupal is installed in /opt/drupal. I looks like multi-language is causing this since "nl" is one of the languages of the site, the same happens for "en" by the way. Do I need to convert something else for this to work?
Thanks in advance.
Lars
Comments
I solved it by using another
I solved it by using another name for the site.
The production site is: hostname.com
My dev site was: hostname.local (<-- this does not work for some reason)
I now named my dev site: dev.hostname.com
This works. I have added a softlink in /opt/drupal/sites named dev.hostname.com that points to hostname.com
-- Lars