Where I can set the base url for drupal site. Currently when I go to the site in my localhost, it redirects to the original site. Please help me.
I have tried settin
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
?
I faced a similar problem like this after restoring database from my remote server to my localhost, turns out it was being caused by "mobile tools" which hijacks the redirection of my site whenever it is installed. disabling it before backing up or exporting the database solved the problem. Just posting in case someone ran into this hiccup.
Usually you don't need to set base_url, you simply have to clear drupal cache.