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.
CodeIgniter routes begin within the /application folder; not the root. You should be fine in the root directory. That's where mine is