By severint on
Hi all,
I try to install Drupal on my webserver (LAMP).
After typing the domain name www.vorhaltung.de, the server tries to access:
http://www.vorhaltung.de/system-bin/install.php
and I get an 404 message.
Any idea?
Thank you for your advice,
severin
Comments
(no title)
Edit your /sites/default/settings.php file and set your $base_url to http://www.vorhaltung.de
Remove the # from that line.
Thank you - it
Thank you - it worked!
yours, severin
1and1 Managed Server / Advanced Configuration
Worked for me too :)
I have a 1and1 dedicated managed server and was having similar problems whenever I enabled the "Advanced Configuration" option in the 1and1 control panel.
It looks like $base_url is required in this situation as well.
Thanks.