Configure the wp-config.php file

The wp-config.php file is located in the root of your WordPress file directory and contains your website’s base configuration details, such as database connection information.

After first installation, WordPress will automatically try to create this file. If there is an error when browsing to your domain and running the install script, the file can be configured manually instead.

This can be done in 2 ways, using:

  1. File Manager in konsoleH (described below), or
  2. FTP to download the file, edit it in a text editor such as TextEdit or Notepad (do not use Google docs or Word) and then upload the updated version.

Configure using konsoleH File Manager:

  1. Browse to konsoleH and log in 
  2. In the left menu choose Manage Services > Files and Folders > File Manager
  3. Using the top and right hand menu (or double clicking) find the home > public_html >  wp-config.php (If the domain is a sub- or multiple domain, this file will be in a subfolder within the public_html directory of the main account)
  4. If only the sample file wp-config-sample.php exists , then select the file and choose Rename from the right hand menu to rename to wp-config.php
  5. Select the new wp-config.php file and choose Edit from the right menu 
  6. Edit the following settings using the details that you saved when creating a database for your WordPress site
    • Replace ‘database_name_here‘ with the database name e.g example_db2
    • Replace ‘username_here‘) with the username e.g. examplemhgy_2
    • Replace ‘password_here‘ with the full password
    • Replace ‘localhost‘ with the database server name e.g. sql32.jnb2.host-h.net (note: this is not the web server name e.g.www527.jhb1.host-h.net)
  7. The wp-config.php file is now configured to recognise the database associated with your WordPress website.