Same CodeIgniter installation, but different subdomains? |
[eluser]IanMcQ[/eluser]
Hi there, I've a frontend CodeIgniter application that's running in /public_html/ (i.e. /public_html/system/). I've also a backend admin panel that runs at /public_html/admin/. I'd really like for /public_html/admin/ to pull from the frontend CodeIgniter installation (i.e. /public_html/system) and link the two installations together. My reason for doing this: I'd like to begin using DataMapper in more instances around the app, and there's no way in hell I'm updating two installations and versions of those files. That would be a recipe for a nightmare. I've done a bit of searching and I've found multiple answers as to how to do this linking-together-of-the-subdomains. Sometimes the version of CI has varied in these suggestions. I'm looking to link the most recent, up-to-date CI version (2.1.3) for my apps. Let me know what you guys would recommend. Thanks in advanced.
[eluser]IanMcQ[/eluser]
Solved my own problem. Didn't see this page: http://ellislab.com/codeigniter/user-gui..._apps.html |
Welcome Guest, Not a member yet? Register Sign In |