Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

Update the config.php File

When the installation has completed update the config.php file to update the administrators email address (to receive error notifications) and the database and username details.

To Update the config.php File:

  1. Open the config.php file by selecting the file in the Items to configure window and choose Launch.
  2. Search for the ADMIN_EMAIL entry and add the administrator's email address.
  3. Search for the database details and update the hostname, username, password and database defaults (shown in the example) to the details used to create the database on the ISP's site.

    $database['hostname'] = 'localhost'; // eg. localhost, 127.0.0.1, www.author-it.com

    $database['username'] = 'awm_site'; // eg. test

    $database['password'] = '1234'; // eg. test

    $database['database'] = 'awm'; // eg. awm

  4. Save the changes.

See Also

Installing on an ISPs Webserver

Setup the MySQL Database

Install Website Manager

Adding the Serial Number

Login to the Website Manager Admin Area

Top of Page Email this Page Log Support Call Send Feedback Print