Welcome Guest, Not a member yet? Register   Sign In
Multiple Applications
#1

[eluser]ShoeLace1291[/eluser]
Ok, so I'll admit that I'm a little confused by the multiple applications section of the user guide. I've read literally every bit of the guide for this, but I still don't get it. There are four sections to my website: public, admincp, ownercp, and forum. I want public to be the default application when visiting the root of my website. This is how I currently have my applications set up:

Code:
/root
  index.php
  /system
    (other system folders)
  /applications
    /public
      /controllers
      //config
      /models
      /views
      etc...
    /admincp
      /controllers
      /config
      /models
      /views
      etc...
  
you get the idea!

If read up on other tutorials that say you need an index.php in each application folder. so there would be an applications/public/index.php which would have the $application_folder variable set to "applications/public".

When I go to localhost/admincp, i get a 404 not found error. Could someone please help me with this?


Messages In This Thread
Multiple Applications - by El Forum - 09-23-2010, 10:35 PM
Multiple Applications - by El Forum - 09-24-2010, 01:20 AM
Multiple Applications - by El Forum - 09-24-2010, 03:12 PM
Multiple Applications - by El Forum - 09-25-2010, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB