http://stweb.ccv.edu/CIS-2430-VO01-V09SP/kca08110/wordpress/wp-config.php
This is what I am working with. This host is from my school but supports a lot of php. I have even executed the file if that helps at all and the problem is that I can't even run a wp-config page. Feeling a little week in the skills right now, any advice on whats with the white space?
Check this code out and tell me what I did wrong, maybe it will be in here:
/ ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'luckyniji');
/** MySQL database username */
define('DB_USER', 'luckyniji');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxx');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*/
define('AUTH_KEY', 'Cathy');
define('SECURE_AUTH_KEY', 'Murphy');
define('LOGGED_IN_KEY', 'Richard');
define('NONCE_KEY', 'Anderson');
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
That is all I edited. Thanks -Niji