How to set the base url in drupal
Usually you don't need to set base_url, you simply have to clear drupal cache.
settings.php
$base_url = 'http://baseurl.com';
EDIT
You edited as I posted this. Can you paste the portion of your settings.php
file where you're setting it? Are you sure there's no other $base_url
set elsewhere in settings.php
?