December 2013
Intermediate to advanced
306 pages
6h 26m
English
Configuring CodeIgniter is a lot easier than many other web frameworks available and does not require you to resort to using the command line. All you need to quickly get up and running is access to several files in the application/config/ folder. These are a few of the suggested settings which will get your CodeIgniter installation ready without too much fuss.
Open the file in your localhost of development environment: /path/to/codeigniter/application/config/config.php and find the following lines:
$config["base_url"]:
The value should be the full web address (the address that is written in your browser address bar) to the CodeIgniter installation. So if you are working in your localhost, the value should ...
Read now
Unlock full access