I downloaded a PHP script written using CodeIgniter. when I run it from the localhost, on going to the admin folder, it shows localhost again. Also when running from my web
You're trying to remove index.php from your site URL's, correct?
Try setting your $config['uri_protocol'] to REQUEST_URI instead of AUTO.
$config['uri_protocol']
REQUEST_URI
AUTO