I am trying to move my blog to my web address. I have done it successfully before but am having problems now.
Parse error: syntax error, unexpected T_STRING in /home/myusername/mywebsite.com/wp-config.php on line 28
When I check my code line 28 seems to be
define('DB_HOST','mysql.mywebsite.com');
I'm sure that's correct but I've tried changing it back to 'localhost' and still no go.
I can't seem to find any helpful threads so far. :(