Codeigniter integration

Discussion in 'Integration' started by regis, Oct 26, 2012.

  1. regis

    regis aMember Pro Customer

    Joined:
    Aug 29, 2006
    Messages:
    40
    Hi,

    I'm playing around with codeigniter - and am considering using it for the front end / public facing portion of our website as well as some of the member functionality - I have it installed in a sub-directory of my domain currently and it's working fine so far and have included AmLite.pnp as well - works great!

    However, when I want to move it to the root directory - I believe that will not work because if someone tries to go to:

    www.mydomain.com/amember/signup

    Codeigniter will think I'm asking for the "amember" controller and the "signup" method.

    Would anyone know how to get around this?

    Thanks!

    Sean.
  2. musicprofessor

    musicprofessor New Member

    Joined:
    Feb 21, 2013
    Messages:
    1
    CodeIgniter routes begin within the /application folder; not the root. You should be fine in the root directory. That's where mine is ;)
    mbaigarid and regis like this.

Share This Page