install.php does not
-
Hi I a newbie to this so its probably something really simple but your help would be much appreciated.
I’ve followed the install instructions and appear to have it correct. Files appear to have uploaded to my web server ok and setting appear right but when I go to step 5 to run the install script it doesn’t run.
Following the steps if I go to https://loanchecker.com.au/wp-admin/install.php I get the site can’t be found message. I cn access it however at
ftp://loanchecker.com.au/wp-admin/install.php does this indicate i’ve got it in an incorrect directory ?when I access the file it doesn’t run I just open it to see the following
Any help would be much appreciated
‘w1093’); // Your MySQL username
define(‘DB_PASSWORD’, ‘ltl874CZZ986’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
- The topic ‘install.php does not’ is closed to new replies.