I developed a Drupal site on XAMPP. I deployed it to an Apache webserver by uploading a zip file and .sql file of the database. However, the links on pages generated by Views 2 are still as they were on XAMPP - http://localhost, etc. (So instead of www.example.com, it's http://localhost). Where do I change this setting?
I looked in settings.php but that doesn't appear to be it. I changed the $base_url
value, but that didn't do it.
EDIT: this only applies to links generated by Views 2.
EDIT 2: Upon further investigation: it's only one specific View having this issue.
EDIT 3: When looking at the View preview on the administration page, it doesn't have this problem. The problem only occurs on the live version.