Review App

Internet Entrepreneurs Blog

Editing config.php

With the Review App files in place on your web server it’s time to configure the database settings. You’ll need to have a database already set up on your server before editing the config.php file so check with your host if you need help setting one up. We recommend starting with a fresh database to avoid any table name conflicts with the Review App software.

Open the /ra-content/config_sample.php file in a text editor.

line 14: adminHost. Most users will keep this set to ‘localhost’.

line 15: Enter your MySQL database user name inside the double quotes (“”).

line 16: Enter your MySQL password inside the double quotes (“”).

line 17: Enter your MySQL database name inside the double quotes (“”).

line 18: Your domain name. Replace “domain.com” with your site address.

line 21: The URL to your Review App “homepage.”

That’s it! Save as a new file called config.php and place it in the /ra-content/ directory alongside config_sample.php.

Click the next step in the right column.