CodeIgniter Resources Directory

You are here: Home Tutorials & help Setting up Codeigniter
Latest listings as RSS

CodeIgniter Resources

Sponsors

Banner

CodeIgniter Resources

Setting up Codeigniter

Simple steps to setting up codeigniter.

 Covers:

  1. Download CI and upload to hosting environment
  2. Rename ’system’ directory
  3. Move ‘application’ directory to public accessible directory
  4. Upload and modify index.php
  5. Add .htaccess to remove index.php from URL’s
  6. Modify ‘config.php’ for domain and remove of index.php form URL’s
  7. Add ‘application.php’ specific config file
  8. Modify ‘database.php’ config for dev/staging/production
  9. Modify the autoload config for regularly used libraries, helpers and application config file