Hello,
I just migrate a working Drupal7 installation from my old server to my new droplet (Ubuntu 12.4). After some trouble with the mysql configuration, which have been solved very quickly thanks to a prompt and plain support, I still have a problem with the authentication system. Unexpectedly, nothing happens by inserting drupal login-information. I can’t either access to the administration area, nor get an error. The website was obviously working on the previous server.
Does anybody had similar experiences with Drupal? Or some suggestions about how to troubleshoot this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Make sure mod_rewrite is enabled. (a2enmod rewrite && service apache2 restart) <br>Make sure that AllowOverride is set properly for your Drupal directory. (Edit /etc/apache2/sites-enabled/000-default or equivalent. AllowOverride All will work for testing.) <br>Clear your caches and such. (apt-get install drush && drush cc all) <br> <br>If that doesn’t work post your logs from /var/log/apache2/.
Thank you very much! I solved with mod_rewrite. In fact the website uses clean urls. Best.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.