Welcome Guest, Not a member yet? Register   Sign In
HMVC and application folder outside root gives 404 not found
#7

(This post was last modified: 04-02-2015, 07:39 AM by Krycek. Edit Reason: typo )

These 2 values are changed

Code:
/*
*---------------------------------------------------------------
* SYSTEM FOLDER NAME
*---------------------------------------------------------------
*
* This variable must contain the name of your "system" folder.
* Include the path if the folder is not in the same directory
* as this file.
*/
    $system_path = '../system';

/*
*---------------------------------------------------------------
* APPLICATION FOLDER NAME
*---------------------------------------------------------------
*
* If you want this front controller to use a different "application"
* folder than the default one you can set its name here. The folder
* can also be renamed or relocated anywhere on your server. If
* you do, use a full server path. For more info please see the user guide:
* http://codeigniter.com/user_guide/general/managing_apps.html
*
* NO TRAILING SLASH!
*/
    $application_folder = '../application';
Reply


Messages In This Thread
RE: HMVC and application folder outside root gives 404 not found - by Krycek - 04-02-2015, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB