Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Now I wanted to launch my new site and moved my Drupal installation to the root, like this http://mysite.org
changed settings.php and the installation worked very good.
But for one thing.
I'm a big fan of the SEF feature provided by Drupal's mod_rewrite capabilities and URL aliases. One question however -> does using the URL alias result in duplicate links that will be penalized by search engines?
I have gone through the install process, everything is fine, now I have to login and I get this message after clicking the "create new account" button:
warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:\programmi\easyphp1-8\www\drupal\modules\user.module on line 394.
How can I connect to a mailserver from my localhost? I have checked other threads on this topic, really tried hard to search a solution, but I failed miserably. :(
Just trying to clean up a issue that has cropped up. I am getting a lot of anonymous user denied warnings in watchdog. For the longest time I thought it was a bot or a script kiddie trying to acces my brand spanking new drupal 4.6.X site. But soon I realized that the warnings followed everything that I as admin did! It is as if there was an anonymous echo being denied everything that I can do.