Welcome Guest, Not a member yet? Register   Sign In
HMVC file not found on backend
#1

[eluser]florin[/eluser]
Hello I am using CodeIgniter for two applications (a frontend and a backend app). The important elements of the document structure are:

/admin
/admin/.htaccess
/admin/index.php
/application
/application/frontend
/application/backend
/system
.htaccess
index.php

The /admin/index.php has the following changes:
$system_folder = "../system";
$application_folder = "../application/backend";

The index.php was changed like
$application_folder = 'application/frontend';

The 2 apps works fine.
The problem is that HMVC works well only for frontend but trows 404 when installed in the backend. Some solutions ? Tks guyz !




Theme © iAndrew 2016 - Forum software by © MyBB