Notify
This module tries to perform an important function yet falls short. Unfortunately when a user is notified of recent posts, the email contains a link to the post yet it omits full path. The user sees "http:///node/123". This is very confusing to users who complained they can't find the post. Am eager to retest this module when this known bug is fixed.
Note: to fix the problem (above) open your sites/default/settings.php file to change one line of code. Take a look:
* Base URL (optional).
*
* If you are experiencing issues with different site domains,
* uncomment the Base URL statement below (remove the leading hash sign)
* and fill in the URL to your Drupal installation.
*
* You might also want to force users to use a given domain.
* See the .htaccess file for more information.
*
* Examples:
* $base_url = 'http://www.example.com';
* $base_url = 'http://www.example.com:8888';
* $base_url = 'http://www.example.com/drupal';
* $base_url = 'https://www.example.com:8888/drupal';
*
* It is not allowed to have a trailing slash; Drupal will add it
* for you.
*/
# $base_url = 'http://yourdomainname.com';




