CodeIgniter

Installing the CodeIgniter version 3.1.10 framework step by step

You must enter the address of your site where CodeIgniter will be executed. By default, the installation script detects this one.

Address of your site.

Deleting the display of the index.php file in your URLs.

If you enable this option your URL will look like this: http://domain.com/page1.

Otherwise your default URL will be built like this: http://domain.com/index.php/page1

You must enter the login details for your database below. If you do not know them, contact your host.

If localhost does not work, ask this information to the host of your site.
Username of your database.
Your database password.
The name of the database with which you want to use CodeIgniter.
If you want to run multiple installations of CodeIgniter on the same database, change this setting.