I am currently using rackspace cloudsites and my wordpress config is not connecting.
Here is the error:
PHP Parse error: syntax error, unexpected '!' in /mnt/stor7-wc1-dfw1/672237/www.site.com/web/content/wp-config.php on line 28
Line 28 seems to be the password field:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', ' 672207_wordpress');
/** MySQL database username */
define('DB_USER', '672207_wpusers');
/** MySQL database password */
define('DB_PASSWORD', ‘!Password’);
/** MySQL hostname */
‘!Password’
change to'!Password'
also please donot use the original credentials in your question – M Khalid Junaid Apr 3 '14 at 20:31