My C5 keeps redirecting from my live site to locahost??

Permalink
I just tried to make my site go live at my hosting company and now my site just keeps redirecting to my localhost development version of my site.

My localhost version is accessed throughhttp://carlosgonzalezconsulting.com.c5...

My regular site is of coursehttp://carlosgonzalezconsulting.com...

When I enter my regular site URL into the browser it automatically redirects to the local URL above.

I deleted the .htaccess file from off my site and turned off pretty URL's and neither did any good.

It's still redirecting.

Anybody got any suggestions?

I ran an SQL dump of my local database and tables into my hosted MySQL.

Is there some setting among the 116 tables or so that I need to change?

Thanks.

Carlos

 
triplei replied on at Permalink Best Answer Reply
triplei
make sure you update your /config/site.php file to point to the live url of your site. That should hopefully do the trick :)
carlos123 replied on at Permalink Reply
Thanks for the input triplei. Almost as soon as I posted my question I figured it out but I did not have time to post that I did last night before my computer battery died on me.

It was indeed in the site.php file. The BASE URL to be precise. I had left it pointing to my localhost C5 version.

Carlos