Skip to content
caywood edited this page Jan 9, 2013 · 2 revisions

According to Eric's README:

  • application/config/config.php:
$config['base_url']
$config['index_page']
  • application/config/constants.php You may need to change the PUBLICDIR constant to match the location of your public files directory. Some Code Igniter installation manuals recommend creating rewrites for this directory, in which case you may need to adjust this accordingly. If you notice that CSS and javascript files aren't loading properly this will be the constant to fix.